Home
last modified time | relevance | path

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

/net/ipv6/
Daddrconf_core.c8 #define IPV6_ADDR_SCOPE_TYPE(scope) ((scope) << 16) argument
10 static inline unsigned ipv6_addr_scope2type(unsigned scope) in ipv6_addr_scope2type()
Daddrconf.c589 int scope, u32 flags) in ipv6_add_addr()
979 int scope; member
2088 int scope; in inet6_addr_add() local
2237 int scope; in sit_add_v4_addrs() local
3339 u8 scope, int ifindex) in put_ifaddrmsg()
3425 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifmcaddr() local
3450 u8 scope = RT_SCOPE_UNIVERSE; in inet6_fill_ifacaddr() local
/net/sctp/
Dbind_addr.c66 sctp_scope_t scope, gfp_t gfp, in sctp_bind_addr_copy()
455 sctp_scope_t scope, gfp_t gfp, in sctp_copy_one_addr()
499 int sctp_in_scope(const union sctp_addr *addr, sctp_scope_t scope) in sctp_in_scope()
Dassociola.c73 sctp_scope_t scope, in sctp_association_init()
343 sctp_scope_t scope, in sctp_association_new()
1435 sctp_scope_t scope; in sctp_assoc_set_bind_addr_from_ep() local
Dsm_make_chunk.c1444 sctp_scope_t scope; in sctp_make_temp_asoc() local
1575 sctp_scope_t scope; in sctp_unpack_cookie() local
2367 sctp_scope_t scope; in sctp_process_param() local
Dipv6.c307 sctp_scope_t scope; in sctp_v6_get_saddr() local
Dprotocol.c242 int sctp_copy_local_addr_list(struct sctp_bind_addr *bp, sctp_scope_t scope, in sctp_copy_local_addr_list()
Dsocket.c977 sctp_scope_t scope; in __sctp_connect() local
1439 sctp_scope_t scope; in sctp_sendmsg() local
/net/tipc/
Dname_table.c127 u32 scope, u32 node, u32 port_ref, in publ_create()
250 u32 scope, u32 node, u32 port, u32 key) in tipc_nameseq_insert_publ()
572 u32 scope, u32 node, u32 port, u32 key) in tipc_nametbl_insert_publ()
752 int tipc_nametbl_publish_rsv(u32 ref, unsigned int scope, in tipc_nametbl_publish_rsv()
768 u32 scope, u32 port_ref, u32 key) in tipc_nametbl_publish()
Dname_table.h75 u32 scope; member
Dport.c1109 int tipc_publish(u32 ref, unsigned int scope, struct tipc_name_seq const *seq) in tipc_publish()
1147 int tipc_withdraw(u32 ref, unsigned int scope, struct tipc_name_seq const *seq) in tipc_withdraw()
/net/ipv4/
Dfib_semantics.c86 u8 scope; member
946 u32 tb_id, u8 type, u8 scope, __be32 dst, int dst_len, u8 tos, in fib_dump_info()
1063 int scope = RT_SCOPE_NOWHERE; in fib_sync_down_dev() local
Ddevinet.c864 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr()
917 __be32 local, int scope) in confirm_addr_indev()
961 __be32 dst, __be32 local, int scope) in inet_confirm_addr()
Darp.c385 int scope; in arp_ignore() local
/net/decnet/
Ddn_fib.c65 u8 scope; member
667 int scope = RT_SCOPE_NOWHERE; in dn_fib_sync_down() local
Ddn_table.c294 u32 tb_id, u8 type, u8 scope, void *dst, int dst_len, in dn_fib_dump_info()
Ddn_route.c828 static __le16 dnet_select_source(const struct net_device *dev, __le16 daddr, int scope) in dnet_select_source()