Home
last modified time | relevance | path

Searched refs:IPPROTO_MAX (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Din.h74 IPPROTO_MAX enumerator
/linux-4.1.27/net/ipv4/
Dinet_diag.c1096 if (type >= IPPROTO_MAX) in inet_diag_register()
1115 if (type >= IPPROTO_MAX) in inet_diag_unregister()
1126 const int inet_diag_table_size = (IPPROTO_MAX * in inet_diag_init()
Daf_inet.c262 if (protocol < 0 || protocol >= IPPROTO_MAX) in inet_create()
/linux-4.1.27/net/netfilter/
Dnf_nat_core.c599 l4protos = kmalloc(IPPROTO_MAX * sizeof(struct nf_nat_l4proto *), in nf_nat_l4proto_register()
606 for (i = 0; i < IPPROTO_MAX; i++) in nf_nat_l4proto_register()
/linux-4.1.27/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c559 rqstp->rq_prot = IPPROTO_MAX; in rdma_read_complete()
659 rqstp->rq_prot = IPPROTO_MAX; in svc_rdma_recvfrom()
/linux-4.1.27/net/ipv6/
Daf_inet6.c112 if (protocol < 0 || protocol >= IPPROTO_MAX) in inet6_create()
/linux-4.1.27/include/net/
Dxfrm.h323 const struct xfrm_type *type_map[IPPROTO_MAX];