Searched refs:inet_add_protocol (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dprotocol.c55 int inet_add_protocol(struct net_protocol *prot, unsigned char protocol) function
97 EXPORT_SYMBOL(inet_add_protocol); variable
H A Dtunnel4.c137 if (inet_add_protocol(&tunnel4_protocol, IPPROTO_IPIP)) {
142 if (inet_add_protocol(&tunnel64_protocol, IPPROTO_IPV6)) {
H A Dudplite.c100 if (inet_add_protocol(&udplite_protocol, IPPROTO_UDPLITE) < 0)
H A Daf_inet.c1478 if (inet_add_protocol(&icmp_protocol, IPPROTO_ICMP) < 0)
1480 if (inet_add_protocol(&udp_protocol, IPPROTO_UDP) < 0)
1482 if (inet_add_protocol(&tcp_protocol, IPPROTO_TCP) < 0)
1485 if (inet_add_protocol(&igmp_protocol, IPPROTO_IGMP) < 0)
H A Dah4.c323 if (inet_add_protocol(&ah4_protocol, IPPROTO_AH) < 0) {
H A Dipcomp.c465 if (inet_add_protocol(&ipcomp4_protocol, IPPROTO_COMP) < 0) {
H A Desp4.c458 if (inet_add_protocol(&esp4_protocol, IPPROTO_ESP) < 0) {
H A Dip_gre.c1256 if (inet_add_protocol(&ipgre_protocol, IPPROTO_GRE) < 0) {
H A Dipmr.c1020 ret = inet_add_protocol(&pim_protocol,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dprotocol.h102 extern int inet_add_protocol(struct net_protocol *prot, unsigned char num);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/
H A Dipv4.c1033 err = inet_add_protocol(&dccp_v4_protocol, IPPROTO_DCCP);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dprotocol.c1169 if (inet_add_protocol(&sctp_protocol, IPPROTO_SCTP) < 0) {

Completed in 121 milliseconds