Searched refs:tp_len (Results 1 – 8 of 8) sorted by relevance
| /linux/include/uapi/linux/ |
| H A 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/arch/x86/include/asm/ |
| H A D | kprobes.h | 82 int tp_len; member
|
| /linux/tools/testing/selftests/net/ |
| H A 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()
|
| H A D | txring_overwrite.c | 132 header->tp_len = cfg_frame_size; in send_pkt()
|
| /linux/drivers/input/keyboard/ |
| H A D | applespi.c | 1495 size_t tp_len; in applespi_got_data() local 1498 tp_len = struct_size(tp, fingers, tp->number_of_fingers); in applespi_got_data() 1500 if (le16_to_cpu(message->length) + 2 != tp_len) { in applespi_got_data() 1504 tp->number_of_fingers, tp_len); in applespi_got_data()
|
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | wlan.c | 1110 u32 pkt_len, pkt_offset, tp_len; in wilc_wlan_handle_rx_buff() local 1120 tp_len = FIELD_GET(WILC_PKT_HDR_TOTAL_LEN_FIELD, header); in wilc_wlan_handle_rx_buff() 1123 if (pkt_len == 0 || tp_len == 0) in wilc_wlan_handle_rx_buff() 1150 offset += tp_len; in wilc_wlan_handle_rx_buff()
|
| /linux/Documentation/networking/ |
| H A 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/kernel/bpf/ |
| H A D | syscall.c | 3820 size_t tp_len = strlen(tp_name); in bpf_raw_tp_link_fill_link_info() local 3825 info->raw_tracepoint.tp_name_len = tp_len + 1; in bpf_raw_tp_link_fill_link_info() 3831 return bpf_copy_to_user(ubuf, tp_name, ulen, tp_len); in bpf_raw_tp_link_fill_link_info()
|