Searched refs:scope (Results 1 – 16 of 16) sorted by relevance
/include/linux/ |
D | btf_ids.h | 83 #define __BTF_ID_LIST(name, scope) \ argument 86 "." #scope " " #name "; \n" \ 142 #define __BTF_SET_START(name, scope) \ argument 145 "." #scope " __BTF_ID__set__" #name "; \n" \ 186 #define __BTF_SET8_START(name, scope) \ argument 189 "." #scope " __BTF_ID__set8__" #name "; \n" \
|
D | cleanup.h | 112 for (CLASS(_name, scope)(args), \
|
D | inetdevice.h | 197 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope); 199 __be32 local, int scope);
|
/include/trace/events/ |
D | fib6.h | 26 __field( __u8, scope ) 46 __entry->scope = flp->flowi6_scope; 82 __entry->tos, __entry->scope, __entry->flags,
|
D | fib.h | 27 __field( __u8, scope ) 48 __entry->scope = flp->flowi4_scope; 96 __entry->tos, __entry->scope, __entry->flags,
|
/include/net/ |
D | if_inet6.h | 50 __u16 scope; member 246 unsigned char scope = broadcast[5] & 0xF; in ipv6_ib_mc_map() local 253 buf[5] = 0x10 | scope; /* scope from broadcast address */ in ipv6_ib_mc_map()
|
D | flow.h | 93 __u32 mark, __u8 tos, __u8 scope, in flowi4_init_output() argument 104 fl4->flowi4_scope = scope; in flowi4_init_output()
|
D | ip_fib.h | 173 unsigned char scope; member 192 unsigned char scope; member 203 unsigned char scope); 522 int fib_check_nh(struct net *net, struct fib_nh *nh, u32 table, u8 scope,
|
D | ip.h | 601 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map() local 609 buf[5] = 0x10 | scope; /* scope from broadcast address */ in ip_ib_mc_map()
|
D | nexthop.h | 454 int fib_check_nexthop(struct nexthop *nh, u8 scope,
|
D | addrconf.h | 91 u16 scope; member
|
/include/uapi/linux/ |
D | tipc.h | 160 signed char scope; member 205 __u32 scope; /* cluster/node */ member
|
D | counter.h | 47 __u8 scope; member
|
/include/rdma/ |
D | uverbs_ioctl.h | 333 u8 scope; member 369 .scope = UAPI_SCOPE_OBJECT, \ 380 .scope = UAPI_SCOPE_OBJECT, \ 394 .scope = UAPI_SCOPE_OBJECT, \ 409 .scope = UAPI_SCOPE_METHOD, \ 421 .scope = UAPI_SCOPE_OBJECT, .func_is_supported = _func, \
|
D | ib_sa.h | 324 u8 scope; member
|
/include/net/sctp/ |
D | structs.h | 474 enum sctp_scope (*scope)(union sctp_addr *); member 1190 enum sctp_scope scope, gfp_t gfp, 1218 const enum sctp_scope scope); 2133 enum sctp_scope scope, gfp_t gfp); 2174 enum sctp_scope scope, gfp_t gfp);
|