Lines Matching refs:prot
32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol)
35 NULL, prot) ? 0 : -1;
39 int inet_add_offload(const struct net_offload *prot, unsigned char protocol)
42 NULL, prot) ? 0 : -1;
46 int inet_del_protocol(const struct net_protocol *prot, unsigned char protocol)
51 prot, NULL) == prot) ? 0 : -1;
59 int inet_del_offload(const struct net_offload *prot, unsigned char protocol)
64 prot, NULL) == prot) ? 0 : -1;