Searched refs:tp_len (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/include/uapi/linux/ |
D | if_packet.h | 101 __u32 tp_len; member 137 unsigned int tp_len; member 151 __u32 tp_len; member 174 __u32 tp_len; member
|
/linux-6.12.1/net/packet/ |
D | af_packet.c | 2472 h.h1->tp_len = skb->len; in tpacket_rcv() 2481 h.h2->tp_len = skb->len; in tpacket_rcv() 2507 h.h3->tp_len = skb->len; in tpacket_rcv() 2636 void *frame, struct net_device *dev, void *data, int tp_len, in tpacket_fill_skb() argument 2659 to_write = tp_len; in tpacket_fill_skb() 2663 NULL, tp_len); in tpacket_fill_skb() 2667 int hdrlen = min_t(int, copylen, tp_len); in tpacket_fill_skb() 2712 return tp_len; in tpacket_fill_skb() 2719 int tp_len, off; in tpacket_parse_header() local 2729 tp_len = ph.h3->tp_len; in tpacket_parse_header() [all …]
|
/linux-6.12.1/arch/x86/include/asm/ |
D | kprobes.h | 82 int tp_len; member
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | psock_tpacket.c | 428 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()
|
D | txring_overwrite.c | 132 header->tp_len = cfg_frame_size; in send_pkt()
|
/linux-6.12.1/drivers/net/wireless/microchip/wilc1000/ |
D | wlan.c | 948 u32 pkt_len, pkt_offset, tp_len; in wilc_wlan_handle_rx_buff() local 958 tp_len = FIELD_GET(WILC_PKT_HDR_TOTAL_LEN_FIELD, header); in wilc_wlan_handle_rx_buff() 961 if (pkt_len == 0 || tp_len == 0) in wilc_wlan_handle_rx_buff() 988 offset += tp_len; in wilc_wlan_handle_rx_buff()
|
/linux-6.12.1/drivers/input/keyboard/ |
D | applespi.c | 1517 size_t tp_len; in applespi_got_data() local 1520 tp_len = struct_size(tp, fingers, tp->number_of_fingers); in applespi_got_data() 1522 if (le16_to_cpu(message->length) + 2 != tp_len) { in applespi_got_data() 1526 tp->number_of_fingers, tp_len); in applespi_got_data()
|
/linux-6.12.1/arch/x86/kernel/kprobes/ |
D | core.c | 780 p->ainsn.tp_len = len; in arch_copy_kprobe() 838 p->ainsn.tp_len, NULL, 0); in arch_remove_kprobe()
|
/linux-6.12.1/Documentation/networking/ |
D | packet_mmap.rst | 514 packet, the user fills a data buffer of an available frame, sets tp_len to 525 header->tp_len = in_i_size;
|
/linux-6.12.1/kernel/bpf/ |
D | syscall.c | 3529 size_t tp_len = strlen(tp_name); in bpf_raw_tp_link_fill_link_info() local 3534 info->raw_tracepoint.tp_name_len = tp_len + 1; in bpf_raw_tp_link_fill_link_info() 3539 return bpf_copy_to_user(ubuf, tp_name, ulen, tp_len); in bpf_raw_tp_link_fill_link_info()
|