Searched refs:share_ok (Results 1 – 2 of 2) sorted by relevance
| /linux/net/xfrm/ |
| H A D | trace_iptfs.h | 163 TRACE_EVENT(iptfs_ingress_nth_add, TP_PROTO(struct sk_buff *skb, u8 share_ok), 164 TP_ARGS(skb, share_ok), 168 __field(u8, share_ok) 179 __entry->share_ok = share_ok; 188 __entry->skb, __entry->skb_len, __entry->data_len, __entry->share_ok,
|
| H A D | xfrm_iptfs.c | 2198 bool share_ok = true; in iptfs_output_queued() local 2250 share_ok = false; in iptfs_output_queued() 2284 if (share_ok && in iptfs_output_queued() 2290 share_ok = false; in iptfs_output_queued() 2297 trace_iptfs_ingress_nth_add(skb2, share_ok); in iptfs_output_queued() 2299 if (share_ok) { in iptfs_output_queued()
|