Home
last modified time | relevance | path

Searched refs:NLM_F_REPLACE (Results 1 - 6 of 6) sorted by relevance

/third_party/libbpf/include/uapi/linux/
H A Dnetlink.h68 #define NLM_F_REPLACE 0x100 /* Override existing */ macro
82 4.4BSD CHANGE NLM_F_REPLACE
84 True CHANGE NLM_F_CREATE|NLM_F_REPLACE
/third_party/ltp/testcases/network/stress/route/
H A Droute-change-netlink.c207 nlh->nlmsg_flags |= NLM_F_REQUEST | NLM_F_CREATE | NLM_F_REPLACE; in rtnl_route()
/third_party/libbpf/src/
H A Dnetlink.c748 flags = (flags & BPF_TC_F_REPLACE) ? NLM_F_REPLACE : NLM_F_EXCL; in bpf_tc_attach()
/third_party/toybox/toys/pending/
H A Dip.c2146 return route_update(++argv , NLM_F_REPLACE); in iproute()
2158 return route_update(++argv , NLM_F_CREATE|NLM_F_REPLACE); in iproute()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1801 pub const NLM_F_REPLACE: ::c_int = 0x100; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2780 pub const NLM_F_REPLACE: ::c_int = 0x100; consts

Completed in 30 milliseconds