Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp_fastopen.c356 bool syn_data = TCP_SKB_CB(skb)->end_seq != TCP_SKB_CB(skb)->seq + 1; in tcp_try_fastopen() local
H A Dtcp_output.c3988 struct sk_buff *syn_data; in tcp_send_syn_data() local
[all...]
/linux/tools/perf/util/
H A Dsynthetic-events.c1288 static void *cpu_map_data__alloc(struct synthesize_cpu_map_data *syn_data, in cpu_map_data__alloc() argument
1341 struct synthesize_cpu_map_data syn_data = { .map = map }; cpu_map_event__new() local
2060 struct synthesize_cpu_map_data syn_data = { .map = evsel->core.pmu_cpus }; perf_event__synthesize_event_update_cpus() local
[all...]
/linux/include/linux/
H A Dtcp.h383 syn_data:1, /* SYN includes data */ member