Searched refs:icmp_code (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nft_reject_inet.c | 30 nf_send_unreach(pkt->skb, priv->icmp_code, in nft_reject_inet_eval() 38 nft_reject_icmp_code(priv->icmp_code), in nft_reject_inet_eval() 47 priv->icmp_code, nft_hook(pkt)); in nft_reject_inet_eval() 54 nft_reject_icmpv6_code(priv->icmp_code), in nft_reject_inet_eval() 69 int icmp_code; in nft_reject_inet_init() local 81 icmp_code = nla_get_u8(tb[NFTA_REJECT_ICMP_CODE]); in nft_reject_inet_init() 83 icmp_code > NFT_REJECT_ICMPX_MAX) in nft_reject_inet_init() 86 priv->icmp_code = icmp_code; in nft_reject_inet_init() 107 if (nla_put_u8(skb, NFTA_REJECT_ICMP_CODE, priv->icmp_code)) in nft_reject_inet_dump()
|
D | nft_reject.c | 54 priv->icmp_code = nla_get_u8(tb[NFTA_REJECT_ICMP_CODE]); in nft_reject_init() 74 if (nla_put_u8(skb, NFTA_REJECT_ICMP_CODE, priv->icmp_code)) in nft_reject_dump()
|
/Linux-v4.19/net/bridge/netfilter/ |
D | nft_reject_bridge.c | 311 priv->icmp_code); in nft_reject_bridge_eval() 322 nft_reject_icmp_code(priv->icmp_code)); in nft_reject_bridge_eval() 332 priv->icmp_code); in nft_reject_bridge_eval() 343 nft_reject_icmpv6_code(priv->icmp_code)); in nft_reject_bridge_eval() 368 int icmp_code; in nft_reject_bridge_init() local 380 icmp_code = nla_get_u8(tb[NFTA_REJECT_ICMP_CODE]); in nft_reject_bridge_init() 382 icmp_code > NFT_REJECT_ICMPX_MAX) in nft_reject_bridge_init() 385 priv->icmp_code = icmp_code; in nft_reject_bridge_init() 406 if (nla_put_u8(skb, NFTA_REJECT_ICMP_CODE, priv->icmp_code)) in nft_reject_bridge_dump()
|
D | ebt_ip.c | 91 pptr->icmphdr.code < info->icmp_code[0] || in ebt_ip_mt() 92 pptr->icmphdr.code > info->icmp_code[1])) in ebt_ip_mt() 132 info->icmp_code[0] > info->icmp_code[1]) in ebt_ip_mt_check()
|
/Linux-v4.19/include/net/netfilter/ |
D | nft_reject.h | 7 u8 icmp_code; member
|
/Linux-v4.19/include/uapi/linux/netfilter_bridge/ |
D | ebt_ip.h | 50 __u8 icmp_code[2]; member
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | nft_reject_ipv4.c | 30 nf_send_unreach(pkt->skb, priv->icmp_code, nft_hook(pkt)); in nft_reject_ipv4_eval()
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | nft_reject_ipv6.c | 30 nf_send_unreach6(nft_net(pkt), pkt->skb, priv->icmp_code, in nft_reject_ipv6_eval()
|
/Linux-v4.19/include/uapi/linux/ |
D | openvswitch.h | 435 __u8 icmp_code; member
|
/Linux-v4.19/net/openvswitch/ |
D | flow_netlink.c | 1668 htons(icmp_key->icmp_code), is_mask); in ovs_key_from_nlattrs() 2156 icmp_key->icmp_code = ntohs(output->tp.dst); in __ovs_nla_put_key()
|