Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Daf_inet6.c128 unsigned char answer_flags; in inet6_create() local
187 answer_flags = answer->flags; in inet6_create()
200 if (INET_PROTOSW_REUSE & answer_flags) in inet6_create()
203 if (INET_PROTOSW_ICSK & answer_flags) in inet6_create()
207 inet_assign_bit(IS_ICSK, sk, INET_PROTOSW_ICSK & answer_flags); in inet6_create()
H A Daddrconf.c5357 cb->answer_flags |= NLM_F_DUMP_FILTERED; in inet6_valid_dump_ifaddr_req()
/linux/net/ipv4/
H A Dfib_frontend.c989 cb->answer_flags = NLM_F_DUMP_FILTERED; in ip_valid_fib_dump_req()
H A Ddevinet.c1816 cb->answer_flags |= NLM_F_DUMP_FILTERED; in inet_valid_dump_ifaddr_req()
/linux/net/mpls/
H A Daf_mpls.c2114 cb->answer_flags = NLM_F_DUMP_FILTERED; in mpls_valid_fib_dump_req()
/linux/net/netlink/
H A Daf_netlink.c2221 NLM_F_MULTI | cb->answer_flags); in netlink_dump_done()