Searched refs:ip_off (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sfc/ |
D | tx_tso.c | 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()
|
/linux-6.1.9/tools/testing/selftests/net/ |
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()
|
/linux-6.1.9/drivers/net/ethernet/freescale/fman/ |
D | fman.h | 134 u8 ip_off[2]; /* IP offset */ member
|
/linux-6.1.9/arch/x86/net/ |
D | bpf_jit_comp.c | 2050 int regs_off, ip_off, args_off, stack_size = nr_args * 8, run_ctx_off; in arch_prepare_bpf_trampoline() local 2104 ip_off = stack_size; in arch_prepare_bpf_trampoline() 2139 emit_stx(&prog, BPF_DW, BPF_REG_FP, BPF_REG_0, -ip_off); in arch_prepare_bpf_trampoline()
|
/linux-6.1.9/arch/arm64/net/ |
D | bpf_jit_comp.c | 1781 int ip_off; in prepare_trampoline() local 1819 ip_off = stack_size; in prepare_trampoline() 1870 emit(A64_STR64I(A64_R(10), A64_SP, ip_off), ctx); in prepare_trampoline()
|
/linux-6.1.9/drivers/net/ethernet/atheros/atlx/ |
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()
|
/linux-6.1.9/drivers/net/ethernet/neterion/ |
D | s2io.c | 8175 int ip_off; in check_L2_lro_capable() local 8187 ip_off = HEADER_ETHERNET_II_802_3_SIZE; in check_L2_lro_capable() 8194 ip_off += HEADER_VLAN_SIZE; in check_L2_lro_capable() 8200 *ip = (struct iphdr *)(buffer + ip_off); in check_L2_lro_capable()
|
/linux-6.1.9/drivers/net/ethernet/freescale/dpaa/ |
D | dpaa_eth.c | 1523 parse_result->ip_off[0] = (u8)skb_network_offset(skb); in dpaa_enable_tx_csum()
|