Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Din.h78 IPPROTO_MAX enumerator
/linux-4.4.14/net/ipv4/
Dinet_diag.c1068 if (type >= IPPROTO_MAX) in inet_diag_register()
1087 if (type >= IPPROTO_MAX) in inet_diag_unregister()
1098 const int inet_diag_table_size = (IPPROTO_MAX * in inet_diag_init()
Daf_inet.c260 if (protocol < 0 || protocol >= IPPROTO_MAX) in inet_create()
/linux-4.4.14/net/netfilter/
Dnf_nat_core.c603 l4protos = kmalloc(IPPROTO_MAX * sizeof(struct nf_nat_l4proto *), in nf_nat_l4proto_register()
610 for (i = 0; i < IPPROTO_MAX; i++) in nf_nat_l4proto_register()
/linux-4.4.14/net/sunrpc/xprtrdma/
Dsvc_rdma_recvfrom.c556 rqstp->rq_prot = IPPROTO_MAX; in rdma_read_complete()
656 rqstp->rq_prot = IPPROTO_MAX; in svc_rdma_recvfrom()
/linux-4.4.14/net/ipv6/
Daf_inet6.c112 if (protocol < 0 || protocol >= IPPROTO_MAX) in inet6_create()
/linux-4.4.14/include/net/
Dxfrm.h325 const struct xfrm_type *type_map[IPPROTO_MAX];