Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dprotocol.h77 struct inet_protosw { struct
78 struct list_head list;
81 unsigned short type; /* This is the 2nd argument to socket(2). */
105 void inet_register_protosw(struct inet_protosw *p); argument