Home
last modified time | relevance | path

Searched refs:ip_align (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h1300 int ip_align; member
H A Dmtk_eth_soc.c2178 new_data + NET_SKB_PAD + eth->ip_align, in mtk_poll_rx()
2741 data + NET_SKB_PAD + eth->ip_align, in mtk_rx_alloc()
4890 eth->ip_align = NET_IP_ALIGN; in mtk_probe()
/linux-6.15/net/core/
H A Dfilter.c494 const int ip_align = NET_IP_ALIGN; in convert_bpf_ld_abs() local
501 offset + ip_align >= 0 && in convert_bpf_ld_abs()
502 offset + ip_align % size == 0))) { in convert_bpf_ld_abs()
/linux-6.15/kernel/bpf/
H A Dverifier.c6309 int ip_align; in check_pkt_ptr_alignment() local
6323 ip_align = 2; in check_pkt_ptr_alignment()
6325 reg_off = tnum_add(reg->var_off, tnum_const(ip_align + reg->off + off)); in check_pkt_ptr_alignment()
6332 ip_align, tn_buf, reg->off, off, size); in check_pkt_ptr_alignment()