Searched refs:scope (Results 1 – 14 of 14) sorted by relevance
/include/linux/ |
D | btf_ids.h | 65 #define __BTF_ID_LIST(name, scope) \ argument 68 "." #scope " " #name "; \n" \ 124 #define __BTF_SET_START(name, scope) \ argument 127 "." #scope " __BTF_ID__set__" #name "; \n" \
|
D | inetdevice.h | 192 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope); 194 __be32 local, int scope);
|
/include/trace/events/ |
D | fib6.h | 26 __field( __u8, scope ) 46 __entry->scope = flp->flowi6_scope; 85 __entry->tos, __entry->scope, __entry->flags,
|
D | fib.h | 27 __field( __u8, scope ) 49 __entry->scope = flp->flowi4_scope; 97 __entry->tos, __entry->scope, __entry->flags,
|
/include/net/ |
D | if_inet6.h | 50 __u16 scope; member 243 unsigned char scope = broadcast[5] & 0xF; in ipv6_ib_mc_map() local 250 buf[5] = 0x10 | scope; /* scope from broadcast address */ in ipv6_ib_mc_map()
|
D | flow.h | 97 __u32 mark, __u8 tos, __u8 scope, in flowi4_init_output() argument 107 fl4->flowi4_scope = scope; in flowi4_init_output()
|
D | ip_fib.h | 170 unsigned char scope; member 189 unsigned char scope; member 200 unsigned char scope); 519 int fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope,
|
D | ip.h | 614 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map() local 622 buf[5] = 0x10 | scope; /* scope from broadcast address */ in ip_ib_mc_map()
|
D | addrconf.h | 89 u16 scope; member
|
D | nexthop.h | 454 int fib_check_nexthop(struct nexthop *nh, u8 scope,
|
/include/uapi/linux/ |
D | tipc.h | 160 signed char scope; member 205 __u32 scope; /* cluster/node */ member
|
/include/rdma/ |
D | uverbs_ioctl.h | 332 u8 scope; member 368 .scope = UAPI_SCOPE_OBJECT, \ 379 .scope = UAPI_SCOPE_OBJECT, \ 393 .scope = UAPI_SCOPE_OBJECT, \ 408 .scope = UAPI_SCOPE_METHOD, \ 420 .scope = UAPI_SCOPE_OBJECT, .func_is_supported = _func, \
|
D | ib_sa.h | 323 u8 scope; member
|
/include/net/sctp/ |
D | structs.h | 474 enum sctp_scope (*scope)(union sctp_addr *); member 1191 enum sctp_scope scope, gfp_t gfp, 1219 const enum sctp_scope scope); 2134 enum sctp_scope scope, gfp_t gfp); 2175 enum sctp_scope scope, gfp_t gfp);
|