Searched refs:arp_entry (Results 1 - 4 of 4) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_router_ipv4_user.c326 } arp_entry; local
352 arp_entry.dst = atoi(dsts);
353 arp_entry.mac = atol(mac);
357 &arp_entry.dst,
363 direct_entry.arp.dst = arp_entry.dst;
364 direct_entry.arp.mac = arp_entry.mac;
367 &arp_entry.dst,
374 &arp_entry.dst) == 0);
377 &arp_entry.dst,
378 &arp_entry
[all...]
H A Dxdp_router_ipv4.bpf.c30 struct arp_entry { struct
36 struct arp_entry arp;
/linux-master/drivers/s390/net/
H A Dqeth_l3_main.c1472 SETASS_DATA_SIZEOF(arp_entry),
1477 cmd_entry = &__ipa_cmd(iob)->data.setassparms.data.arp_entry;
1522 struct qeth_arp_cache_entry arp_entry; local
1545 if (copy_from_user(&arp_entry, data, sizeof(arp_entry)))
1551 return qeth_l3_arp_modify_entry(card, &arp_entry, arp_cmd);
H A Dqeth_core_mpc.h421 struct qeth_arp_cache_entry arp_entry; member in union:qeth_ipacmd_setassparms::__anon851

Completed in 172 milliseconds