Home
last modified time | relevance | path

Searched defs:inet_protosw (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dprotocol.h81 struct inet_protosw { struct
82 struct list_head list;
85 unsigned short type; /* This is the 2nd argument to socket(2). */
109 void inet_register_protosw(struct inet_protosw *p); argument
/kernel/linux/linux-4.19/include/net/
Dprotocol.h80 struct inet_protosw { struct
81 struct list_head list;
84 unsigned short type; /* This is the 2nd argument to socket(2). */
108 void inet_register_protosw(struct inet_protosw *p); argument