Searched refs:trace (Results 1 – 25 of 34) sorted by relevance
12
| /net/ipv6/ |
| A D | ioam6_iptunnel.c | 88 if (!trace->type_be32 || !trace->remlen || in ioam6_validate_trace_hdr() 90 trace->type.bit12 | trace->type.bit13 | trace->type.bit14 | in ioam6_validate_trace_hdr() 91 trace->type.bit15 | trace->type.bit16 | trace->type.bit17 | in ioam6_validate_trace_hdr() 92 trace->type.bit18 | trace->type.bit19 | trace->type.bit20 | in ioam6_validate_trace_hdr() 93 trace->type.bit21 | trace->type.bit23) in ioam6_validate_trace_hdr() 96 trace->nodelen = 0; in ioam6_validate_trace_hdr() 97 fields = be32_to_cpu(trace->type_be32); in ioam6_validate_trace_hdr() 114 struct ioam6_trace_hdr *trace; in ioam6_build_state() local 226 + trace->remlen * 4; in ioam6_build_state() 228 memcpy(&tuninfo->traceh, trace, sizeof(*trace)); in ioam6_build_state() [all …]
|
| A D | ioam6.c | 629 trace->data + trace->remlen * 4)) in ioam6_event_put_trace() 708 data = trace->data + trace->remlen * 4 - trace->nodelen * 4 - sclen * 4; in __ioam6_fill_trace_data() 711 if (trace->type.bit0) { in __ioam6_fill_trace_data() 723 if (trace->type.bit1) { in __ioam6_fill_trace_data() 742 if (trace->type.bit2) { in __ioam6_fill_trace_data() 755 if (trace->type.bit3) { in __ioam6_fill_trace_data() 770 if (trace->type.bit4) { in __ioam6_fill_trace_data() 932 if (trace->overflow) in ioam6_fill_trace_data() 950 if (!trace->remlen || trace->remlen < trace->nodelen + sclen) { in ioam6_fill_trace_data() 951 trace->overflow = 1; in ioam6_fill_trace_data() [all …]
|
| A D | exthdrs.c | 907 struct ioam6_trace_hdr *trace; in ipv6_hop_ioam() local 927 if (hdr->opt_len < 2 + sizeof(*trace)) in ipv6_hop_ioam() 931 trace = (struct ioam6_trace_hdr *)((u8 *)hdr + sizeof(*hdr)); in ipv6_hop_ioam() 932 if (hdr->opt_len < 2 + sizeof(*trace) + trace->remlen * 4) in ipv6_hop_ioam() 936 ns = ioam6_namespace(dev_net(skb->dev), trace->namespace_id); in ipv6_hop_ioam() 948 trace = (struct ioam6_trace_hdr *)(skb_network_header(skb) in ipv6_hop_ioam() 951 ioam6_fill_trace_data(skb, ns, trace, true); in ipv6_hop_ioam() 954 GFP_ATOMIC, (void *)trace, hdr->opt_len - 2); in ipv6_hop_ioam()
|
| /net/rxrpc/ |
| A D | call_event.c | 90 .trace = rxrpc_txdata_retransmit, in rxrpc_resend() 138 .trace = rxrpc_txdata_tlp_retransmit, in rxrpc_resend_tlp() 195 enum rxrpc_txdata_trace trace) in rxrpc_transmit_fresh_data() argument 210 .trace = trace, in rxrpc_transmit_fresh_data() 260 enum rxrpc_txdata_trace trace) in rxrpc_transmit_some_data() argument 277 rxrpc_transmit_fresh_data(call, limit, trace); in rxrpc_transmit_some_data()
|
| A D | input.c | 225 bool rot_last = false, trace = false; in rxrpc_rotate_tx_window() local 303 trace = true; in rxrpc_rotate_tx_window() 306 trace = false; in rxrpc_rotate_tx_window() 323 if (trace) in rxrpc_rotate_tx_window()
|
| /net/rds/ |
| A D | af_rds.c | 408 struct rds_rx_trace_so trace; in rds_recv_track_latency() local 414 if (copy_from_sockptr(&trace, optval, sizeof(trace))) in rds_recv_track_latency() 417 if (trace.rx_traces > RDS_MSG_RX_DGRAM_TRACE_MAX) in rds_recv_track_latency() 420 rs->rs_rx_traces = trace.rx_traces; in rds_recv_track_latency() 422 if (trace.rx_trace_pos[i] >= RDS_MSG_RX_DGRAM_TRACE_MAX) { in rds_recv_track_latency() 426 rs->rs_rx_trace[i] = trace.rx_trace_pos[i]; in rds_recv_track_latency()
|
| /net/netfilter/ |
| A D | nf_tables_core.c | 47 if (!info->trace || !info->nf_trace) in __nft_trace_packet() 127 if (info->trace) in __nft_trace_verdict() 263 info.trace = false; in nft_do_chain()
|
| A D | nf_tables_trace.c | 368 info->trace = true; in nft_trace_init()
|
| /net/mac80211/ |
| A D | he.c | 301 goto trace; in ieee80211_prepare_rx_omi_bw() 308 goto trace; in ieee80211_prepare_rx_omi_bw() 321 trace: in ieee80211_prepare_rx_omi_bw()
|
| A D | Makefile | 35 trace.o mlme.o \
|
| /net/handshake/ |
| A D | Makefile | 11 handshake-y := alert.o genl.o netlink.o request.o tlshd.o trace.o
|
| /net/tls/ |
| A D | Makefile | 10 tls-y := tls_main.o tls_sw.o tls_proc.o trace.o tls_strp.o
|
| A D | trace.h | 200 #define TRACE_INCLUDE_FILE trace
|
| /net/mac802154/ |
| A D | Makefile | 4 iface.o llsec.o util.o cfg.o scan.o trace.o
|
| A D | trace.h | 297 #define TRACE_INCLUDE_FILE trace
|
| /net/sunrpc/auth_gss/ |
| A D | Makefile | 10 gss_rpc_upcall.o gss_rpc_xdr.o trace.o
|
| /net/ieee802154/ |
| A D | Makefile | 7 header_ops.o sysfs.o nl802154.o trace.o pan.o
|
| A D | trace.h | 417 #define TRACE_INCLUDE_FILE trace
|
| /net/batman-adv/ |
| A D | trace.h | 61 #define TRACE_INCLUDE_FILE trace
|
| A D | Makefile | 30 batman-adv-$(CONFIG_BATMAN_ADV_TRACING) += trace.o
|
| A D | Kconfig | 95 BATMAN_ADV_DEBUG must also be selected to get trace events for
|
| /net/tipc/ |
| A D | Makefile | 12 topsrv.o group.o trace.o
|
| /net/dsa/ |
| A D | Makefile | 19 trace.o \
|
| /net/wireless/ |
| A D | Makefile | 10 cfg80211-y += mlme.o ibss.o sme.o chan.o ethtool.o mesh.o ap.o trace.o ocb.o
|
| /net/l2tp/ |
| A D | trace.h | 210 #define TRACE_INCLUDE_FILE trace
|
Completed in 31 milliseconds
12