Searched refs:ovs_kfree_skb_reason (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/net/openvswitch/ |
D | drop.h | 36 ovs_kfree_skb_reason(struct sk_buff *skb, enum ovs_drop_reason reason) in ovs_kfree_skb_reason() function
|
D | actions.c | 913 ovs_kfree_skb_reason(skb, reason); in ovs_fragment() 1017 ovs_kfree_skb_reason(skb, OVS_DROP_IP_TTL); in dec_ttl_exception_handler() 1043 ovs_kfree_skb_reason(skb, OVS_DROP_LAST_ACTION); in sample() 1460 ovs_kfree_skb_reason(skb, OVS_DROP_METER); in do_execute_actions() 1497 ovs_kfree_skb_reason(skb, reason); in do_execute_actions() 1503 ovs_kfree_skb_reason(skb, OVS_DROP_ACTION_ERROR); in do_execute_actions() 1508 ovs_kfree_skb_reason(skb, OVS_DROP_LAST_ACTION); in do_execute_actions() 1570 ovs_kfree_skb_reason(skb, OVS_DROP_DEFERRED_LIMIT); in clone_execute() 1622 ovs_kfree_skb_reason(skb, OVS_DROP_RECURSION_LIMIT); in ovs_execute_actions()
|
D | conntrack.c | 1039 ovs_kfree_skb_reason(skb, OVS_DROP_CONNTRACK); in ovs_ct_execute()
|