Searched refs:SKB_DROP_REASON_IPV6DISABLED (Results 1 - 3 of 3) sorted by path

/linux-master/include/net/
H A Ddropreason-core.h282 /** @SKB_DROP_REASON_IPV6DISABLED: IPv6 is disabled on the device */
283 SKB_DROP_REASON_IPV6DISABLED, enumerator in enum:skb_drop_reason
/linux-master/net/bridge/
H A Dbr_netfilter_hooks.c524 return NF_DROP_REASON(skb, SKB_DROP_REASON_IPV6DISABLED, 0);
/linux-master/net/ipv6/
H A Dip6_output.c239 kfree_skb_reason(skb, SKB_DROP_REASON_IPV6DISABLED);

Completed in 262 milliseconds