Searched refs:ovs_kfree_skb_reason (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/openvswitch/ |
H A D | drop.h | 36 ovs_kfree_skb_reason(struct sk_buff *skb, enum ovs_drop_reason reason) in ovs_kfree_skb_reason() function
|
H A D | actions.c | 913 ovs_kfree_skb_reason(skb, reason); in ovs_fragment() 1023 ovs_kfree_skb_reason(skb, OVS_DROP_IP_TTL); in dec_ttl_exception_handler() 1049 ovs_kfree_skb_reason(skb, OVS_DROP_LAST_ACTION); in sample() 1466 ovs_kfree_skb_reason(skb, OVS_DROP_METER); in do_execute_actions() 1503 ovs_kfree_skb_reason(skb, reason); in do_execute_actions() 1509 ovs_kfree_skb_reason(skb, OVS_DROP_ACTION_ERROR); in do_execute_actions() 1514 ovs_kfree_skb_reason(skb, OVS_DROP_LAST_ACTION); in do_execute_actions() 1576 ovs_kfree_skb_reason(skb, OVS_DROP_DEFERRED_LIMIT); in clone_execute() 1628 ovs_kfree_skb_reason(skb, OVS_DROP_RECURSION_LIMIT); in ovs_execute_actions()
|
H A D | conntrack.c | 1044 ovs_kfree_skb_reason(skb, OVS_DROP_CONNTRACK); in ovs_ct_execute()
|