Searched refs:oeth (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
H A D | nf_reject_ipv4.c | 168 struct ethhdr *oeth = eth_hdr(oldskb); in nf_send_reset() local 174 oeth->h_source, oeth->h_dest, nskb->len) < 0) in nf_send_reset()
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
H A D | nf_reject_ipv6.c | 224 struct ethhdr *oeth = eth_hdr(oldskb); in nf_send_reset6() local 230 oeth->h_source, oeth->h_dest, nskb->len) < 0) { in nf_send_reset6()
|
/kernel/linux/linux-6.6/net/ipv4/netfilter/ |
H A D | nf_reject_ipv4.c | 292 struct ethhdr *oeth = eth_hdr(oldskb); in nf_send_reset() local 303 oeth->h_source, oeth->h_dest, nskb->len) < 0) in nf_send_reset()
|
/kernel/linux/linux-6.6/net/ipv6/netfilter/ |
H A D | nf_reject_ipv6.c | 357 struct ethhdr *oeth = eth_hdr(oldskb); in nf_send_reset6() local 370 oeth->h_source, oeth->h_dest, nskb->len) < 0) { in nf_send_reset6()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | amt.c | 2350 struct ethhdr *eth, *oeth; in amt_membership_query_handler() local 2369 oeth = eth_hdr(skb); in amt_membership_query_handler() 2430 ether_addr_copy(eth->h_source, oeth->h_source); in amt_membership_query_handler()
|
Completed in 7 milliseconds