Home
last modified time | relevance | path

Searched refs:tp_len (Results 1 – 10 of 10) sorted by relevance

/linux/include/uapi/linux/
A Dif_packet.h99 __u32 tp_len; member
134 unsigned int tp_len; member
148 __u32 tp_len; member
171 __u32 tp_len; member
/linux/net/packet/
A Daf_packet.c2569 to_write = tp_len; in tpacket_fill_skb()
2573 NULL, tp_len); in tpacket_fill_skb()
2622 return tp_len; in tpacket_fill_skb()
2629 int tp_len, off; in tpacket_parse_header() local
2639 tp_len = ph.h3->tp_len; in tpacket_parse_header()
2642 tp_len = ph.h2->tp_len; in tpacket_parse_header()
2645 tp_len = ph.h1->tp_len; in tpacket_parse_header()
2690 return tp_len; in tpacket_parse_header()
2784 if (tp_len < 0) in tpacket_snd()
2814 tp_len = tpacket_fill_skb(po, skb, ph, dev, data, tp_len, proto, in tpacket_snd()
[all …]
/linux/arch/x86/include/asm/
A Dkprobes.h84 int tp_len; member
/linux/tools/testing/selftests/net/
A Dpsock_tpacket.c428 ppd.v1->tp_h.tp_len = packet_len; in walk_tx()
438 ppd.v2->tp_h.tp_len = packet_len; in walk_tx()
449 tx->tp_len = packet_len; in walk_tx()
A Dtxring_overwrite.c132 header->tp_len = cfg_frame_size; in send_pkt()
/linux/drivers/net/wireless/microchip/wilc1000/
A Dwlan.c957 u32 pkt_len, pkt_offset, tp_len; in wilc_wlan_handle_rx_buff() local
967 tp_len = FIELD_GET(WILC_PKT_HDR_TOTAL_LEN_FIELD, header); in wilc_wlan_handle_rx_buff()
970 if (pkt_len == 0 || tp_len == 0) in wilc_wlan_handle_rx_buff()
996 offset += tp_len; in wilc_wlan_handle_rx_buff()
/linux/drivers/input/keyboard/
A Dapplespi.c1518 size_t tp_len; in applespi_got_data() local
1521 tp_len = struct_size(tp, fingers, tp->number_of_fingers); in applespi_got_data()
1523 if (le16_to_cpu(message->length) + 2 != tp_len) { in applespi_got_data()
1527 tp->number_of_fingers, tp_len); in applespi_got_data()
/linux/arch/x86/kernel/kprobes/
A Dcore.c713 p->ainsn.tp_len = len; in arch_copy_kprobe()
771 p->ainsn.tp_len, NULL, 0); in arch_remove_kprobe()
/linux/kernel/bpf/
A Dsyscall.c2912 size_t tp_len = strlen(tp_name); in bpf_raw_tp_link_fill_link_info() local
2917 info->raw_tracepoint.tp_name_len = tp_len + 1; in bpf_raw_tp_link_fill_link_info()
2922 if (ulen >= tp_len + 1) { in bpf_raw_tp_link_fill_link_info()
2923 if (copy_to_user(ubuf, tp_name, tp_len + 1)) in bpf_raw_tp_link_fill_link_info()
/linux/Documentation/networking/
A Dpacket_mmap.rst513 packet, the user fills a data buffer of an available frame, sets tp_len to
524 header->tp_len = in_i_size;

Completed in 34 milliseconds