Searched defs:inet_protosw (Results 1 – 1 of 1) sorted by relevance
79 struct inet_protosw { struct80 struct list_head list;83 unsigned short type; /* This is the 2nd argument to socket(2). */107 void inet_register_protosw(struct inet_protosw *p); argument