| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | if_packet.h | 98 __u32 tp_len; member 133 unsigned int tp_len; member 147 __u32 tp_len; member 170 __u32 tp_len; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | if_packet.h | 98 __u32 tp_len; member 133 unsigned int tp_len; member 147 __u32 tp_len; member 170 __u32 tp_len; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_packet.h | 99 __u32 tp_len; member 134 unsigned int tp_len; member 148 __u32 tp_len; member 171 __u32 tp_len; member
|
| /OK3568_Linux_fs/kernel/net/packet/ |
| H A D | af_packet.c | 2361 h.h1->tp_len = skb->len; in tpacket_rcv() 2370 h.h2->tp_len = skb->len; in tpacket_rcv() 2392 h.h3->tp_len = skb->len; in tpacket_rcv() 2514 void *frame, struct net_device *dev, void *data, int tp_len, in tpacket_fill_skb() argument 2537 to_write = tp_len; in tpacket_fill_skb() 2541 NULL, tp_len); in tpacket_fill_skb() 2545 int hdrlen = min_t(int, copylen, tp_len); in tpacket_fill_skb() 2590 return tp_len; in tpacket_fill_skb() 2597 int tp_len, off; in tpacket_parse_header() local 2607 tp_len = ph.h3->tp_len; in tpacket_parse_header() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | kprobes.h | 70 int tp_len; member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/ |
| H A D | wlan.c | 685 u32 pkt_len, pkt_offset, tp_len; in wilc_wlan_handle_rx_buff() local 695 tp_len = FIELD_GET(WILC_PKT_HDR_TOTAL_LEN_FIELD, header); in wilc_wlan_handle_rx_buff() 698 if (pkt_len == 0 || tp_len == 0) in wilc_wlan_handle_rx_buff() 724 offset += tp_len; in wilc_wlan_handle_rx_buff()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/kprobes/ |
| H A D | core.c | 483 p->ainsn.tp_len = len; in arch_copy_kprobe() 538 p->ainsn.tp_len, NULL, 0); in arch_remove_kprobe()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | applespi.c | 1503 size_t tp_len; in applespi_got_data() local 1506 tp_len = struct_size(tp, fingers, tp->number_of_fingers); in applespi_got_data() 1508 if (le16_to_cpu(message->length) + 2 != tp_len) { in applespi_got_data() 1512 tp->number_of_fingers, tp_len); in applespi_got_data()
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 2787 size_t tp_len = strlen(tp_name); in bpf_raw_tp_link_fill_link_info() local 2792 info->raw_tracepoint.tp_name_len = tp_len + 1; in bpf_raw_tp_link_fill_link_info() 2797 if (ulen >= tp_len + 1) { in bpf_raw_tp_link_fill_link_info() 2798 if (copy_to_user(ubuf, tp_name, tp_len + 1)) in bpf_raw_tp_link_fill_link_info()
|
| /OK3568_Linux_fs/kernel/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;
|