Searched refs:ip_p (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/snappy/snappy/ |
| H A D | 0001-Add-inline-with-SNAPPY_ATTRIBUTE_ALWAYS_INLINE.patch | 17 size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) { 32 size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) { 40 size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) { 67 -size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) { 68 +inline size_t AdvanceToNextTag(const uint8_t** ip_p, size_t* tag) { 69 const uint8_t*& ip = *ip_p;
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/sw/rxe/ |
| H A D | rxe_queue.c | 14 size_t buf_size, struct rxe_mmap_info **ip_p) in do_mmap_info() argument 36 *ip_p = ip; in do_mmap_info()
|
| H A D | rxe_queue.h | 54 size_t buf_size, struct rxe_mmap_info **ip_p);
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | unwind_orc.c | 424 unsigned long ip_p, sp, tmp, orig_ip = state->ip, prev_sp = state->sp; in unwind_next_frame() local 534 ip_p = sp - sizeof(long); in unwind_next_frame() 536 if (!deref_stack_reg(state, ip_p, &state->ip)) in unwind_next_frame() 540 state->ip, (void *)ip_p); in unwind_next_frame()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_rx.c | 798 void *ip_p; in mlx5e_lro_update_hdr() local 803 ip_p = skb->data + network_depth; in mlx5e_lro_update_hdr() 806 struct iphdr *ipv4 = ip_p; in mlx5e_lro_update_hdr() 808 tcp = ip_p + sizeof(struct iphdr); in mlx5e_lro_update_hdr() 826 struct ipv6hdr *ipv6 = ip_p; in mlx5e_lro_update_hdr() 828 tcp = ip_p + sizeof(struct ipv6hdr); in mlx5e_lro_update_hdr() 887 void *ip_p = skb->data + network_depth; in get_ip_proto() local 889 return (proto == htons(ETH_P_IP)) ? ((struct iphdr *)ip_p)->protocol : in get_ip_proto() 890 ((struct ipv6hdr *)ip_p)->nexthdr; in get_ip_proto()
|
| /OK3568_Linux_fs/u-boot/net/ |
| H A D | ping.c | 31 ip->ip_p = IPPROTO_ICMP; in set_icmp_header()
|
| H A D | net.c | 1216 if (ip->ip_p == IPPROTO_ICMP) { in net_process_received_packet() 1219 } else if (ip->ip_p != IPPROTO_UDP) { /* Only UDP packets */ in net_process_received_packet() 1233 xsum = ip->ip_p; in net_process_received_packet() 1474 ip->ip_p = IPPROTO_UDP; in net_set_udp_header()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | net.h | 368 u8 ip_p; /* protocol */ member 392 u8 ip_p; /* protocol */ 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/netinet/ |
| H A D | ip.h | 126 uint8_t ip_p; /* protocol */ member
|
| /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/netinet/ |
| H A D | ip.h | 126 uint8_t ip_p; /* protocol */ member
|
| /OK3568_Linux_fs/u-boot/drivers/net/ |
| H A D | sandbox.c | 116 if (ip->ip_p == IPPROTO_ICMP) { in sb_eth_send()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | ip_defrag.c | 238 iphdr->ip_p = IPPROTO_UDP; in send_udp_frags()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/ |
| H A D | IEEE_types.h | 279 UINT8 ip_p; /* protocol */
|