Home
last modified time | relevance | path

Searched refs:SKB_DROP_REASON_NOT_SPECIFIED (Results 1 – 20 of 20) sorted by relevance

/linux/include/net/
H A Ddropreason-core.h146 SKB_DROP_REASON_NOT_SPECIFIED, enumerator
632 if (name == SKB_DROP_REASON_NOT_SPECIFIED || \
H A Drstreason.h198 case SKB_DROP_REASON_NOT_SPECIFIED: in sk_rst_convert_drop_reason()
/linux/net/bridge/
H A Dbr_forward.c241 SKB_DROP_REASON_NOT_SPECIFIED; in br_flood()
340 SKB_DROP_REASON_NOT_SPECIFIED; in br_multicast_flood()
H A Dbr_input.c78 enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED; in br_handle_frame_finish()
341 enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED; in br_handle_frame()
/linux/net/ipv6/
H A Dicmp.c1074 reason = SKB_DROP_REASON_NOT_SPECIFIED; in icmpv6_notify()
1103 enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED; in icmpv6_rcv()
H A Dtcp_ipv6.c1727 drop_reason = SKB_DROP_REASON_NOT_SPECIFIED;
/linux/net/ipv4/
H A Droute.c1716 return SKB_DROP_REASON_NOT_SPECIFIED; in ip_mc_validate_source()
1816 enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED; in __mkroute_input()
2195 enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED; in ip_route_use_hint()
2267 enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED; in ip_route_input_slow()
2510 enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED; in ip_route_input_rcu()
H A Dicmp.c1208 return reason ?: SKB_DROP_REASON_NOT_SPECIFIED; in icmp_unreach()
1437 enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED; in icmp_rcv()
H A Dtcp_ao.c922 return SKB_DROP_REASON_NOT_SPECIFIED; in tcp_ao_verify_hash()
1062 return SKB_DROP_REASON_NOT_SPECIFIED; in tcp_inbound_ao_hash()
H A Darp.c990 drop_reason = SKB_DROP_REASON_NOT_SPECIFIED; in arp_rcv()
H A Dudp.c2343 enum skb_drop_reason drop_reason = SKB_DROP_REASON_NOT_SPECIFIED; in udp_queue_rcv_one_skb()
2591 drop_reason = SKB_DROP_REASON_NOT_SPECIFIED; in udp_rcv()
H A Dtcp_input.c5596 reason = SKB_DROP_REASON_NOT_SPECIFIED; in tcp_data_queue()
6469 enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED; in tcp_rcv_established()
H A Dtcp_ipv4.c2082 drop_reason = SKB_DROP_REASON_NOT_SPECIFIED;
H A Dtcp_output.c1671 sk_skb_reason_drop(sk, skb, SKB_DROP_REASON_NOT_SPECIFIED); in __tcp_transmit_skb()
/linux/drivers/net/netdevsim/
H A Dnetdev.c179 dr = SKB_DROP_REASON_NOT_SPECIFIED; in nsim_start_xmit()
/linux/net/core/
H A Ddrop_monitor.c644 subsys_reason = SKB_DROP_REASON_NOT_SPECIFIED; in net_dm_packet_report_fill()
H A Dskbuff.c1203 skb_release_all(skb, SKB_DROP_REASON_NOT_SPECIFIED); in __kfree_skb()
/linux/include/linux/
H A Dskbuff.h1331 kfree_skb_reason(skb, SKB_DROP_REASON_NOT_SPECIFIED); in kfree_skb()
1342 kfree_skb_list_reason(segs, SKB_DROP_REASON_NOT_SPECIFIED); in kfree_skb_list()
H A Dnetdevice.h4255 dev_kfree_skb_irq_reason(skb, SKB_DROP_REASON_NOT_SPECIFIED); in dev_kfree_skb_irq()
4265 dev_kfree_skb_any_reason(skb, SKB_DROP_REASON_NOT_SPECIFIED); in dev_kfree_skb_any()
/linux/drivers/net/vxlan/
H A Dvxlan_core.c1806 reason = reason ?: SKB_DROP_REASON_NOT_SPECIFIED; in vxlan_rcv()
2372 reason = SKB_DROP_REASON_NOT_SPECIFIED; in vxlan_xmit_one()