Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Daf_inet6.c120 unsigned char answer_flags; in inet6_create() local
179 answer_flags = answer->flags; in inet6_create()
192 if (INET_PROTOSW_REUSE & answer_flags) in inet6_create()
195 if (INET_PROTOSW_ICSK & answer_flags) in inet6_create()
199 inet_assign_bit(IS_ICSK, sk, INET_PROTOSW_ICSK & answer_flags); in inet6_create()
H A Daddrconf.c5365 cb->answer_flags |= NLM_F_DUMP_FILTERED; in inet6_valid_dump_ifaddr_req()
/linux/net/ipv4/
H A Daf_inet.c267 unsigned char answer_flags; in inet_create() local
328 answer_flags = answer->flags; in inet_create()
339 if (INET_PROTOSW_REUSE & answer_flags) in inet_create()
342 if (INET_PROTOSW_ICSK & answer_flags) in inet_create()
346 inet_assign_bit(IS_ICSK, sk, INET_PROTOSW_ICSK & answer_flags); in inet_create()
H A Dfib_frontend.c1011 cb->answer_flags = NLM_F_DUMP_FILTERED; in ip_valid_fib_dump_req()
H A Ddevinet.c1807 cb->answer_flags |= NLM_F_DUMP_FILTERED; in inet_valid_dump_ifaddr_req()
/linux/include/linux/
H A Dnetlink.h292 u16 answer_flags; member
/linux/net/mpls/
H A Daf_mpls.c2181 cb->answer_flags = NLM_F_DUMP_FILTERED; in mpls_valid_fib_dump_req()
/linux/net/netlink/
H A Daf_netlink.c2233 NLM_F_MULTI | cb->answer_flags); in netlink_dump_done()