Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Daf_inet6.c113 unsigned char answer_flags; in inet6_create() local
172 answer_flags = answer->flags; in inet6_create()
185 if (INET_PROTOSW_REUSE & answer_flags) in inet6_create()
188 if (INET_PROTOSW_ICSK & answer_flags) in inet6_create()
192 inet_assign_bit(IS_ICSK, sk, INET_PROTOSW_ICSK & answer_flags); in inet6_create()
H A Daddrconf.c5373 cb->answer_flags |= NLM_F_DUMP_FILTERED; in inet6_valid_dump_ifaddr_req()
/linux/net/ipv4/
H A Daf_inet.c266 unsigned char answer_flags; in inet_create() local
327 answer_flags = answer->flags; in inet_create()
338 if (INET_PROTOSW_REUSE & answer_flags) in inet_create()
341 if (INET_PROTOSW_ICSK & answer_flags) in inet_create()
345 inet_assign_bit(IS_ICSK, sk, INET_PROTOSW_ICSK & answer_flags); in inet_create()
/linux/net/netlink/
H A Daf_netlink.c2233 NLM_F_MULTI | cb->answer_flags); in netlink_dump_done()
/linux/net/mpls/
H A Daf_mpls.c2177 cb->answer_flags = NLM_F_DUMP_FILTERED; in mpls_valid_fib_dump_req()