Searched refs:arp_entry (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 326 } arp_entry; in read_arp() local 352 arp_entry.dst = atoi(dsts); in read_arp() 353 arp_entry.mac = atol(mac); in read_arp() 357 &arp_entry.dst, in read_arp() 363 direct_entry.arp.dst = arp_entry.dst; in read_arp() 364 direct_entry.arp.mac = arp_entry.mac; in read_arp() 367 &arp_entry.dst, in read_arp() 374 &arp_entry.dst) == 0); in read_arp() 377 &arp_entry.dst, in read_arp() 378 &arp_entry in read_arp() [all...] |
H A D | xdp_router_ipv4.bpf.c | 30 struct arp_entry { struct 36 struct arp_entry arp;
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp_router_ipv4_user.c | 387 } arp_entry; in read_arp() local 416 arp_entry.dst = atoi(dsts); in read_arp() 417 arp_entry.mac = atol(mac); in read_arp() 418 printf("%x\t\t%llx\n", arp_entry.dst, arp_entry.mac); in read_arp() 421 &arp_entry.dst, in read_arp() 427 direct_entry.arp.dst = arp_entry.dst; in read_arp() 428 direct_entry.arp.mac = arp_entry.mac; in read_arp() 431 &arp_entry.dst, in read_arp() 438 &arp_entry in read_arp() [all...] |
H A D | xdp_router_ipv4_kern.c | 33 struct arp_entry { struct 39 struct arp_entry arp;
|
/kernel/linux/linux-5.10/drivers/s390/net/ |
H A D | qeth_l3_main.c | 1492 SETASS_DATA_SIZEOF(arp_entry), in qeth_l3_arp_modify_entry() 1497 cmd_entry = &__ipa_cmd(iob)->data.setassparms.data.arp_entry; in qeth_l3_arp_modify_entry() 1541 struct qeth_arp_cache_entry arp_entry; in qeth_l3_do_ioctl() local 1564 if (copy_from_user(&arp_entry, rq->ifr_data, sizeof(arp_entry))) in qeth_l3_do_ioctl() 1570 return qeth_l3_arp_modify_entry(card, &arp_entry, arp_cmd); in qeth_l3_do_ioctl()
|
H A D | qeth_core_mpc.h | 434 struct qeth_arp_cache_entry arp_entry; member
|
/kernel/linux/linux-6.6/drivers/s390/net/ |
H A D | qeth_l3_main.c | 1472 SETASS_DATA_SIZEOF(arp_entry), in qeth_l3_arp_modify_entry() 1477 cmd_entry = &__ipa_cmd(iob)->data.setassparms.data.arp_entry; in qeth_l3_arp_modify_entry() 1522 struct qeth_arp_cache_entry arp_entry; in qeth_l3_ndo_siocdevprivate() local 1545 if (copy_from_user(&arp_entry, data, sizeof(arp_entry))) in qeth_l3_ndo_siocdevprivate() 1551 return qeth_l3_arp_modify_entry(card, &arp_entry, arp_cmd); in qeth_l3_ndo_siocdevprivate()
|
H A D | qeth_core_mpc.h | 421 struct qeth_arp_cache_entry arp_entry; member
|
Completed in 16 milliseconds