Home
last modified time | relevance | path

Searched defs:syn_data (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/net/ipv4/
Dtcp_fastopen.c353 bool syn_data = TCP_SKB_CB(skb)->end_seq != TCP_SKB_CB(skb)->seq + 1; in tcp_try_fastopen() local
Dtcp_output.c3974 struct sk_buff *syn_data; in tcp_send_syn_data() local
/linux-6.12.1/tools/perf/util/
Dsynthetic-events.c1280 static void *cpu_map_data__alloc(struct synthesize_cpu_map_data *syn_data, in cpu_map_data__alloc()
1333 struct synthesize_cpu_map_data syn_data = { .map = map }; in cpu_map_event__new() local
2042 struct synthesize_cpu_map_data syn_data = { .map = evsel->core.own_cpus }; in perf_event__synthesize_event_update_cpus() local
/linux-6.12.1/include/linux/
Dtcp.h380 syn_data:1, /* SYN includes data */ member