Home
last modified time | relevance | path

Searched refs:SKB_DR_SET (Results 1 – 15 of 15) sorted by relevance

/linux/net/ipv6/
H A Dip6_input.c168 SKB_DR_SET(reason, NOT_SPECIFIED); in ip6_rcv_core()
173 SKB_DR_SET(reason, IPV6DISABLED); in ip6_rcv_core()
200 SKB_DR_SET(reason, UNHANDLED_PROTO); in ip6_rcv_core()
241 SKB_DR_SET(reason, UNICAST_IN_L2_MULTICAST); in ip6_rcv_core()
272 SKB_DR_SET(reason, PKT_TOO_SMALL); in ip6_rcv_core()
426 SKB_DR_SET(reason, IP_INADDRERRORS); in ip6_protocol_deliver_rcu()
432 SKB_DR_SET(reason, XFRM_POLICY); in ip6_protocol_deliver_rcu()
462 SKB_DR_SET(reason, IP_NOPROTO); in ip6_protocol_deliver_rcu()
464 SKB_DR_SET(reason, XFRM_POLICY); in ip6_protocol_deliver_rcu()
H A Dsyncookies.c200 SKB_DR_SET(reason, NO_SOCKET); in cookie_v6_check()
210 SKB_DR_SET(reason, SECURITY_HOOK); in cookie_v6_check()
250 SKB_DR_SET(reason, IP_OUTNOROUTES); in cookie_v6_check()
277 SKB_DR_SET(reason, NO_SOCKET); in cookie_v6_check()
H A Dexthdrs.c251 SKB_DR_SET(reason, IP_INHDR); in ipv6_dest_hao()
258 SKB_DR_SET(reason, INVALID_PROTO); in ipv6_dest_hao()
265 SKB_DR_SET(reason, XFRM_POLICY); in ipv6_dest_hao()
987 SKB_DR_SET(reason, IP_INHDR); in ipv6_hop_jumbo()
1004 SKB_DR_SET(reason, PKT_TOO_SMALL); in ipv6_hop_jumbo()
H A Dreassembly.c121 SKB_DR_SET(reason, DUP_FRAG); in ip6_frag_queue()
234 SKB_DR_SET(reason, DUP_FRAG); in ip6_frag_queue()
H A Dip6_output.c588 SKB_DR_SET(reason, XFRM_POLICY); in ip6_forward()
672 SKB_DR_SET(reason, IP_INADDRERRORS); in ip6_forward()
H A Dicmp.c1060 SKB_DR_SET(reason, IPV6_BAD_EXTHDR); in icmpv6_notify()
H A Dndisc.c923 SKB_DR_SET(reason, IPV6_NDISC_NS_OTHERHOST); in ndisc_recv_ns()
H A Droute.c4613 SKB_DR_SET(reason, IP_INADDRERRORS); in ip6_pkt_drop()
4617 SKB_DR_SET(reason, IP_INNOROUTES); in ip6_pkt_drop()
/linux/net/ipv4/
H A Dip_forward.c103 SKB_DR_SET(reason, XFRM_POLICY); in ip_forward()
122 SKB_DR_SET(reason, XFRM_POLICY); in ip_forward()
139 SKB_DR_SET(reason, PKT_TOO_BIG); in ip_forward()
177 SKB_DR_SET(reason, IP_INHDR); in ip_forward()
H A Dsyncookies.c433 SKB_DR_SET(reason, NO_SOCKET); in cookie_v4_check()
449 SKB_DR_SET(reason, SECURITY_HOOK); in cookie_v4_check()
470 SKB_DR_SET(reason, IP_OUTNOROUTES); in cookie_v4_check()
501 SKB_DR_SET(reason, NO_SOCKET); in cookie_v4_check()
H A Dtcp_minisocks.c859 SKB_DR_SET(*drop_reason, TCP_RFC7323_PAWS); in tcp_check_req()
862 SKB_DR_SET(*drop_reason, TCP_RFC7323_TSECR); in tcp_check_req()
865 SKB_DR_SET(*drop_reason, TCP_OVERWINDOW); in tcp_check_req()
948 SKB_DR_SET(*drop_reason, TCP_LISTEN_OVERFLOW); in tcp_check_req()
H A Dip_fragment.c276 SKB_DR_SET(reason, DUP_FRAG); in ip_frag_queue()
380 SKB_DR_SET(reason, DUP_FRAG); in ip_frag_queue()
H A Dtcp_input.c6445 SKB_DR_SET(reason, TCP_RESET); in tcp_validate_incoming()
6477 SKB_DR_SET(reason, TCP_INVALID_SYN); in tcp_validate_incoming()
6901 SKB_DR_SET(reason, TCP_INVALID_ACK_SEQUENCE); in tcp_rcv_synsent_state_process()
6910 SKB_DR_SET(reason, TCP_RFC7323_PAWS); in tcp_rcv_synsent_state_process()
6937 SKB_DR_SET(reason, TCP_FLAGS); in tcp_rcv_synsent_state_process()
7033 SKB_DR_SET(reason, TCP_RESET); in tcp_rcv_synsent_state_process()
7040 SKB_DR_SET(reason, TCP_RFC7323_PAWS); in tcp_rcv_synsent_state_process()
7181 SKB_DR_SET(reason, TCP_CLOSE); in tcp_rcv_state_process()
7189 SKB_DR_SET(reason, TCP_RESET); in tcp_rcv_state_process()
7194 SKB_DR_SET(reason, TCP_FLAGS); in tcp_rcv_state_process()
[all …]
H A Droute.c966 SKB_DR_SET(reason, IP_INADDRERRORS); in ip_error()
971 SKB_DR_SET(reason, IP_INNOROUTES); in ip_error()
987 SKB_DR_SET(reason, IP_INNOROUTES); in ip_error()
/linux/include/net/
H A Ddropreason-core.h644 #define SKB_DR_SET(name, reason) \ macro
650 SKB_DR_SET(name, reason); \