Searched refs:xtfs (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_iptfs.c | 1261 if (blkoff || xtfs->ra_runtlen || xtfs->ra_newskb) { in iptfs_input_ordered() 1265 if (blkoff || xtfs->ra_runtlen || xtfs->ra_newskb) { in iptfs_input_ordered() 1294 memcpy(xtfs->w_saved, xtfs->w_saved + shift, in __vec_shift() 1406 hrtimer_start(&xtfs->drop_timer, xtfs->drop_time_ns, in iptfs_set_window_drop_times() 1590 xtfs->w_saved[xtfs->w_savedlen - 1].skb = inskb; in __reorder_future_shifts() 1662 xtfs = container_of(me, typeof(*xtfs), drop_timer); in iptfs_drop_timer() 1907 trace_iptfs_timer_start(xtfs, xtfs->init_delay_ns); in iptfs_output_collect() 2312 xtfs = container_of(me, typeof(*xtfs), iptfs_timer); in iptfs_delay_timer() 2653 if (!xtfs) in iptfs_clone_state() 2680 xtfs = kzalloc(sizeof(*xtfs), GFP_KERNEL); in iptfs_init_state() [all …]
|
| H A D | trace_iptfs.h | 24 TP_ARGS(skb, xtfs, blkoff), 71 TP_ARGS(skb, xtfs, pmtu, was_gso), 85 xtfs->cfg.max_queue_size - xtfs->queue_size; 98 TP_ARGS(skb, xtfs, pmtu, was_gso)); 102 TP_ARGS(skb, xtfs, pmtu, was_gso)); 106 TP_ARGS(skb, xtfs, pmtu, was_gso)); 193 TP_PROTO(struct xfrm_iptfs_data *xtfs, u64 time_val), 194 TP_ARGS(xtfs, time_val), 198 __entry->set_time = xtfs->iptfs_settime; 205 TP_ARGS(xtfs, time_val)); [all …]
|