Home
last modified time | relevance | path

Searched refs:answer_flags (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/net/ipv6/
H A Daf_inet6.c127 unsigned char answer_flags; in inet6_create() local
186 answer_flags = answer->flags; in inet6_create()
199 if (INET_PROTOSW_REUSE & answer_flags) in inet6_create()
202 if (INET_PROTOSW_ICSK & answer_flags) in inet6_create()
206 inet_assign_bit(IS_ICSK, sk, INET_PROTOSW_ICSK & answer_flags); in inet6_create()
H A Daddrconf.c5296 cb->answer_flags |= NLM_F_DUMP_FILTERED; in inet6_valid_dump_ifaddr_req()
/openbmc/linux/net/ipv4/
H A Daf_inet.c258 unsigned char answer_flags; in inet_create() local
319 answer_flags = answer->flags; in inet_create()
330 if (INET_PROTOSW_REUSE & answer_flags) in inet_create()
333 if (INET_PROTOSW_ICSK & answer_flags) in inet_create()
337 inet_assign_bit(IS_ICSK, sk, INET_PROTOSW_ICSK & answer_flags); in inet_create()
H A Dfib_frontend.c977 cb->answer_flags = NLM_F_DUMP_FILTERED; in ip_valid_fib_dump_req()
H A Ddevinet.c1766 cb->answer_flags |= NLM_F_DUMP_FILTERED; in inet_valid_dump_ifaddr_req()
/openbmc/linux/include/linux/
H A Dnetlink.h289 u16 answer_flags; member
/openbmc/linux/net/mpls/
H A Daf_mpls.c2132 cb->answer_flags = NLM_F_DUMP_FILTERED; in mpls_valid_fib_dump_req()
/openbmc/linux/net/netlink/
H A Daf_netlink.c2185 NLM_F_MULTI | cb->answer_flags); in netlink_dump_done()