Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 15 of 15) sorted by relevance

/linux-4.19.296/include/trace/events/
Dfib.h27 __field( __u8, scope )
46 __entry->scope = flp->flowi4_scope;
87 __entry->tos, __entry->scope, __entry->flags,
Dfib6.h26 __field( __u8, scope )
46 __entry->scope = flp->flowi6_scope;
85 __entry->tos, __entry->scope, __entry->flags,
/linux-4.19.296/drivers/misc/cxl/
Dflash.c53 static int rcall(int token, char *buf, s32 scope) in rcall() argument
60 rc = rtas_call(token, 2, 1, NULL, rtas_data_buf, scope); in rcall()
106 static int update_node(__be32 phandle, s32 scope) in update_node() argument
134 rc = rcall(token, buf, scope); in update_node()
173 static int update_devicetree(struct cxl *adapter, s32 scope) in update_devicetree() argument
192 rc = rcall(token, buf, scope); in update_devicetree()
212 update_node(phandle, scope); in update_devicetree()
/linux-4.19.296/include/net/
Dif_inet6.h59 __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()
Dflow.h97 __u32 mark, __u8 tos, __u8 scope, in flowi4_init_output() argument
107 fl4->flowi4_scope = scope; in flowi4_init_output()
Dip_fib.h142 unsigned char scope; member
160 unsigned char scope; member
Dip.h521 unsigned char scope = broadcast[5] & 0xF; in ip_ib_mc_map() local
529 buf[5] = 0x10 | scope; /* scope from broadcast address */ in ip_ib_mc_map()
Daddrconf.h72 u16 scope; member
/linux-4.19.296/include/uapi/linux/
Dtipc.h160 signed char scope; member
203 __u32 scope; /* cluster/node */ member
/linux-4.19.296/include/linux/
Dinetdevice.h183 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope);
185 __be32 local, int scope);
Dnvme-fc.h236 u8 scope; /* FCNVME_DISCONN_xxx */ member
/linux-4.19.296/include/net/sctp/
Dstructs.h485 enum sctp_scope (*scope)(union sctp_addr *); member
1179 enum sctp_scope scope, gfp_t gfp,
1205 const enum sctp_scope scope);
2108 enum sctp_scope scope, gfp_t gfp);
2149 enum sctp_scope scope, gfp_t gfp);
/linux-4.19.296/lib/
DKconfig.kasan29 it only includes the address-use-after-scope check that can lead
DKconfig.debug88 enabled/disabled based on various levels of scope - per source file,
/linux-4.19.296/include/rdma/
Dib_sa.h350 u8 scope; member