Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 20 of 20) sorted by relevance

/net/ipv6/
Daddrconf_core.c18 #define IPV6_ADDR_SCOPE_TYPE(scope) ((scope) << 16) argument
20 static inline unsigned int ipv6_addr_scope2type(unsigned int scope) in ipv6_addr_scope2type()
Daddrconf.c935 int scope, u32 flags, u32 valid_lft, u32 prefered_lft) in ipv6_add_addr()
1324 int scope; member
1872 int scope = ifp->scope; in addrconf_dad_failure() local
2709 int scope; in inet6_addr_add() local
2870 int plen, int scope) in add_addr()
2892 int scope, plen; in sit_add_v4_addrs() local
4338 u8 scope, int ifindex) in put_ifaddrmsg()
4445 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr() local
4471 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr() local
/net/sctp/
Dbind_addr.c60 sctp_scope_t scope, gfp_t gfp, in sctp_bind_addr_copy()
441 sctp_scope_t scope, gfp_t gfp, in sctp_copy_one_addr()
486 int sctp_in_scope(struct net *net, const union sctp_addr *addr, sctp_scope_t scope) in sctp_in_scope()
Dassociola.c69 sctp_scope_t scope, in sctp_association_init()
297 sctp_scope_t scope, in sctp_association_new()
1576 sctp_scope_t scope, gfp_t gfp) in sctp_assoc_set_bind_addr_from_ep()
Dsm_make_chunk.c1583 sctp_scope_t scope; in sctp_make_temp_asoc() local
1710 sctp_scope_t scope; in sctp_unpack_cookie() local
2513 sctp_scope_t scope; in sctp_process_param() local
Dipv6.c246 sctp_scope_t scope; in sctp_v6_get_dst() local
Dprotocol.c198 sctp_scope_t scope, gfp_t gfp, int copy_flags) in sctp_copy_local_addr_list()
Dsocket.c1099 sctp_scope_t scope; in __sctp_connect() local
1654 sctp_scope_t scope; in sctp_sendmsg() local
/net/ipv4/
Dfib_lookup.h48 u8 scope; member
Ddevinet.c1210 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr()
1260 __be32 local, int scope) in confirm_addr_indev()
1305 __be32 dst, __be32 local, int scope) in inet_confirm_addr()
Darp.c400 int scope; in arp_ignore() local
Dfib_frontend.c284 int scope; in fib_compute_spec_dst() local
Dfib_semantics.c1439 int scope = RT_SCOPE_NOWHERE; in fib_sync_down_dev() local
/net/tipc/
Dname_table.c121 u32 scope, u32 node, u32 port_ref, in publ_create()
235 u32 upper, u32 scope, in tipc_nameseq_insert_publ()
461 u32 lower, u32 upper, u32 scope, in tipc_nametbl_insert_publ()
654 u32 upper, u32 scope, u32 port_ref, in tipc_nametbl_publish()
Dname_table.h73 u32 scope; member
Dname_distr.c429 int scope; in tipc_named_reinit() local
Dsocket.c732 u32 scope = TIPC_CLUSTER_SCOPE; in tipc_sk_mcast_rcv() local
2214 static int tipc_sk_publish(struct tipc_sock *tsk, uint scope, in tipc_sk_publish()
2238 static int tipc_sk_withdraw(struct tipc_sock *tsk, uint scope, in tipc_sk_withdraw()
/net/decnet/
Ddn_fib.c66 u8 scope; member
692 int scope = RT_SCOPE_NOWHERE; in dn_fib_sync_down() local
Ddn_table.c300 u32 tb_id, u8 type, u8 scope, void *dst, int dst_len, in dn_fib_dump_info()
Ddn_route.c914 static __le16 dnet_select_source(const struct net_device *dev, __le16 daddr, int scope) in dnet_select_source()