Searched refs:direct_entry (Results 1 – 3 of 3) sorted by relevance
141 struct direct_map *direct_entry; in xdp_router_ipv4_prog() local145 direct_entry = bpf_map_lookup_elem(&exact_match, &dest_ip); in xdp_router_ipv4_prog()147 if (direct_entry && direct_entry->mac && direct_entry->arp.mac) { in xdp_router_ipv4_prog()148 src_mac = &direct_entry->mac; in xdp_router_ipv4_prog()149 dest_mac = &direct_entry->arp.mac; in xdp_router_ipv4_prog()150 forward_to = direct_entry->ifindex; in xdp_router_ipv4_prog()
146 } direct_entry; in read_route() local219 direct_entry.arp.mac = 0; in read_route()220 direct_entry.arp.dst = 0; in read_route()228 &direct_entry.arp.mac) == 0) in read_route()232 &direct_entry, 0) == 0); in read_route()396 } direct_entry; in read_arp() local437 &direct_entry) == 0) { in read_arp()439 direct_entry.arp.dst = 0; in read_arp()440 direct_entry.arp.mac = 0; in read_arp()447 &direct_entry, 0 in read_arp()[all …]
36 static ssize_t direct_entry(struct file *f, const char __user *user_buf,50 (_symbol) ? lkdtm_debugfs_entry : direct_entry53 # define CRASHPOINT_WRITE(_symbol) direct_entry372 static ssize_t direct_entry(struct file *f, const char __user *user_buf, in direct_entry() function
Completed in 7 milliseconds