Home
last modified time | relevance | path

Searched refs:remote_flags (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dtest_xdp_veth.c115 u32 remote_flags; /* XDP flags to use on remote_veth */ member
162 prog[index].remote_flags, NULL); in attach_programs_to_veth_pair()
236 .remote_flags = flags, in xdp_veth_redirect()
242 .remote_flags = flags, in xdp_veth_redirect()
248 .remote_flags = flags, in xdp_veth_redirect()
329 .remote_flags = attach_flags, in xdp_veth_broadcast_redirect()
335 .remote_flags = attach_flags, in xdp_veth_broadcast_redirect()
341 .remote_flags = attach_flags, in xdp_veth_broadcast_redirect()
444 .remote_flags = flags, in xdp_veth_egress()
450 .remote_flags = flags, in xdp_veth_egress()
[all …]
/linux-6.15/net/vmw_vsock/
H A Daf_vsock.c450 __u8 remote_flags; in vsock_assign_transport() local
465 remote_flags = vsk->remote_addr.svm_flags; in vsock_assign_transport()
476 (remote_flags & VMADDR_FLAG_TO_HOST)) in vsock_assign_transport()
/linux-6.15/net/batman-adv/
H A Dtranslation-table.c604 u8 remote_flags; in batadv_tt_local_add() local
743 remote_flags = tt_local->common.flags & BATADV_TT_REMOTE_MASK; in batadv_tt_local_add()
764 if (remote_flags ^ (tt_local->common.flags & BATADV_TT_REMOTE_MASK)) in batadv_tt_local_add()