/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/ |
H A D | ip.h | 85 uint16_t ip_off; member
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | ip_defrag.c | 180 iphdr->ip_off = htons(offset / 8); in send_fragment() 183 iphdr->ip_off = htons(offset / 8 | IP4_MF); in send_fragment() 312 iphdr->ip_off = htons(offset / 8 | IP4_MF); in send_udp_frags()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | tx_tso.c | 47 * @ip_off: Offset of IP header 71 unsigned int ip_off; member 177 st->ip_off = skb_network_header(skb) - skb->data; in tso_start() 184 st->ip_base_len = st->header_len - st->ip_off; in tso_start()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | tx_tso.c | 47 * @ip_off: Offset of IP header 71 unsigned int ip_off; member 177 st->ip_off = skb_network_header(skb) - skb->data; in tso_start() 184 st->ip_base_len = st->header_len - st->ip_off; in tso_start()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | ip_defrag.c | 180 iphdr->ip_off = htons(offset / 8); in send_fragment() 183 iphdr->ip_off = htons(offset / 8 | IP4_MF); in send_fragment() 312 iphdr->ip_off = htons(offset / 8 | IP4_MF); in send_udp_frags()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fman/ |
H A D | fman.h | 161 u8 ip_off[2]; /* IP offset */ member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fman/ |
H A D | fman.h | 134 u8 ip_off[2]; /* IP offset */ member
|
/kernel/linux/linux-6.6/arch/arm64/net/ |
H A D | bpf_jit_comp.c | 1841 int ip_off; in prepare_trampoline() local 1869 * SP + ip_off [ traced function ] BPF_TRAMP_F_IP_ARG flag in prepare_trampoline() 1879 ip_off = stack_size; in prepare_trampoline() 1930 emit(A64_STR64I(A64_R(10), A64_SP, ip_off), ctx); in prepare_trampoline()
|
/kernel/linux/linux-6.6/arch/riscv/net/ |
H A D | bpf_jit_comp64.c | 794 int retval_off, args_off, nregs_off, ip_off, run_ctx_off, sreg_off; in __arch_prepare_bpf_trampoline() local 832 * FP - ip_off [ traced func ] BPF_TRAMP_F_IP_ARG in __arch_prepare_bpf_trampoline() 870 ip_off = stack_size; in __arch_prepare_bpf_trampoline() 911 emit_sd(RV_REG_FP, -ip_off, RV_REG_T1, ctx); in __arch_prepare_bpf_trampoline()
|
/kernel/linux/linux-6.6/arch/s390/net/ |
H A D | bpf_jit_comp.c | 2076 int ip_off; /* For bpf_get_func_ip(), has to be at member 2260 tjit->ip_off = alloc_stack(tjit, sizeof(u64)); in __arch_prepare_bpf_trampoline() 2353 /* stg %r0,ip_off(%r15) */ in __arch_prepare_bpf_trampoline() 2355 tjit->ip_off); in __arch_prepare_bpf_trampoline()
|
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 2361 int regs_off, nregs_off, ip_off, run_ctx_off, arg_stack_off, rbx_off; in arch_prepare_bpf_trampoline() local 2395 * RBP - ip_off [ traced function ] BPF_TRAMP_F_IP_ARG flag in arch_prepare_bpf_trampoline() 2423 ip_off = stack_size; in arch_prepare_bpf_trampoline() 2485 * mov QWORD PTR [rbp - ip_off], rax in arch_prepare_bpf_trampoline() 2488 emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_0, -ip_off); in arch_prepare_bpf_trampoline()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.c | 2101 u8 hdr_len, ip_off; in atl1_tso() local 2138 ip_off = (unsigned char *)iph - in atl1_tso() 2140 if (ip_off == 8) /* 802.3-SNAP frame */ in atl1_tso() 2142 else if (ip_off != 0) in atl1_tso()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
H A D | atl1.c | 2101 u8 hdr_len, ip_off; in atl1_tso() local 2141 ip_off = (unsigned char *)iph - in atl1_tso() 2143 if (ip_off == 8) /* 802.3-SNAP frame */ in atl1_tso() 2145 else if (ip_off != 0) in atl1_tso()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 8174 int ip_off; in check_L2_lro_capable() local 8186 ip_off = HEADER_ETHERNET_II_802_3_SIZE; in check_L2_lro_capable() 8193 ip_off += HEADER_VLAN_SIZE; in check_L2_lro_capable() 8199 *ip = (struct iphdr *)(buffer + ip_off); in check_L2_lro_capable()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/neterion/ |
H A D | s2io.c | 8168 int ip_off; in check_L2_lro_capable() local 8180 ip_off = HEADER_ETHERNET_II_802_3_SIZE; in check_L2_lro_capable() 8187 ip_off += HEADER_VLAN_SIZE; in check_L2_lro_capable() 8193 *ip = (struct iphdr *)(buffer + ip_off); in check_L2_lro_capable()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 1492 parse_result->ip_off[0] = (u8)skb_network_offset(skb); in dpaa_enable_tx_csum()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_eth.c | 1534 parse_result->ip_off[0] = (u8)skb_network_offset(skb); in dpaa_enable_tx_csum()
|