/include/linux/ |
D | tracepoint.h | 43 #define __DO_TRACE(tp, proto, args) \ argument 51 ((void(*)(proto))(*it_func))(args); \ 62 #define DECLARE_TRACE(name, proto, args) \ argument 64 static inline void trace_##name(proto) \ 68 TPPROTO(proto), TPARGS(args)); \ 70 static inline int register_trace_##name(void (*probe)(proto)) \ 74 static inline int unregister_trace_##name(void (*probe)(proto)) \ 95 #define DECLARE_TRACE(name, proto, args) \ argument 96 static inline void _do_trace_##name(struct tracepoint *tp, proto) \ 98 static inline void trace_##name(proto) \ [all …]
|
D | if_arcnet.h | 60 uint8_t proto; /* protocol ID field - varies */ member 73 uint8_t proto; /* ARC_P_RFC1051_ARP/RFC1051_IP */ member 85 uint8_t proto; /* Always ARC_P_ETHER */ member 94 uint8_t proto; member
|
D | hdlc.h | 56 const struct hdlc_proto *proto; member 76 void register_hdlc_protocol(struct hdlc_proto *proto); 77 void unregister_hdlc_protocol(struct hdlc_proto *proto); 106 int attach_hdlc_protocol(struct net_device *dev, struct hdlc_proto *proto, 119 if (hdlc->proto->type_trans) in hdlc_type_trans() 120 return hdlc->proto->type_trans(skb, dev); in hdlc_type_trans()
|
D | if_pppox.h | 172 } proto; member 175 #define pppoe_dev proto.pppoe.dev 176 #define pppoe_ifindex proto.pppoe.ifindex 177 #define pppoe_pa proto.pppoe.pa 178 #define pppoe_relay proto.pppoe.relay
|
D | ip6_tunnel.h | 23 __u8 proto; /* tunnel protocol */ member
|
D | net.h | 211 extern int sock_create(int family, int type, int proto, 213 extern int sock_create_kern(int family, int type, int proto, 215 extern int sock_create_lite(int family, int type, int proto, 340 #define MODULE_ALIAS_NETPROTO(proto) \ argument 341 MODULE_ALIAS("net-pf-" __stringify(proto)) 343 #define MODULE_ALIAS_NET_PF_PROTO(pf, proto) \ argument 344 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto)) 346 #define MODULE_ALIAS_NET_PF_PROTO_TYPE(pf, proto, type) \ argument 347 MODULE_ALIAS("net-pf-" __stringify(pf) "-proto-" __stringify(proto) \
|
D | xfrm.h | 27 __u8 proto; member 59 __u8 proto; member 353 __u8 proto; member 414 __u8 proto; member 418 __u8 proto; member 436 __u8 proto; member
|
D | nfs4_mount.h | 51 int proto; /* 1 */ member
|
D | lm_interface.h | 258 int gfs2_register_lockproto(const struct lm_lockops *proto); 259 void gfs2_unregister_lockproto(const struct lm_lockops *proto);
|
/include/asm-m32r/ |
D | checksum.h | 118 unsigned short proto, in csum_tcpudp_nofold() argument 122 unsigned long len_proto = (proto + len) << 8; in csum_tcpudp_nofold() 124 unsigned long len_proto = proto + len; in csum_tcpudp_nofold() 149 unsigned short proto, in csum_tcpudp_magic() argument 152 return csum_fold(csum_tcpudp_nofold(saddr,daddr,len,proto,sum)); in csum_tcpudp_magic() 168 __u32 len, unsigned short proto, in csum_ipv6_magic() argument 196 "r" (htonl(len)), "r" (htonl(proto)), "0" (sum) in csum_ipv6_magic()
|
/include/net/ |
D | transp_v6.h | 12 extern struct proto rawv6_prot; 13 extern struct proto udpv6_prot; 14 extern struct proto udplitev6_prot; 15 extern struct proto tcpv6_prot;
|
D | stp.h | 11 extern int stp_proto_register(const struct stp_proto *proto); 12 extern void stp_proto_unregister(const struct stp_proto *proto);
|
D | psnap.h | 5 extern void unregister_snap_client(struct datalink_proto *proto);
|
D | flow.h | 49 __u8 proto; member 99 return (fl1->proto == fl2->proto && in flow_cache_uli_match()
|
D | p8022.h | 9 extern void unregister_8022_client(struct datalink_proto *proto);
|
D | xfrm.h | 37 #define MODULE_ALIAS_XFRM_TYPE(family, proto) \ argument 38 MODULE_ALIAS("xfrm-type-" __stringify(family) "-" __stringify(proto)) 118 u8 proto; member 244 u32 proto; member 291 unsigned int proto; member 320 __u8 proto; member 517 u8 proto; member 550 int (*report)(struct net *net, u8 proto, struct xfrm_selector *sel, xfrm_address_t *addr); 680 struct sk_buff *skb, u8 proto); 719 struct sk_buff *skb, u8 proto) in xfrm_audit_state_icvfail() argument [all …]
|
D | ip6_checksum.h | 39 __u32 len, unsigned short proto, in csum_ipv6_magic() argument 85 uproto = (__force u32)htonl(proto); in csum_ipv6_magic()
|
/include/asm-frv/ |
D | checksum.h | 109 unsigned short proto, __wsum sum) in csum_tcpudp_nofold() argument 116 : "r" (daddr), "r" (saddr), "r" (len + proto), "0"(sum) in csum_tcpudp_nofold() 124 unsigned short proto, __wsum sum) in csum_tcpudp_magic() argument 126 return csum_fold(csum_tcpudp_nofold(saddr,daddr,len,proto,sum)); in csum_tcpudp_magic() 138 __u32 len, unsigned short proto, __wsum sum) in csum_ipv6_magic() argument 173 : "r" (saddr), "r" (daddr), "0" (sum), "2" (len + proto) in csum_ipv6_magic()
|
/include/net/netfilter/ |
D | nf_conntrack_l4proto.h | 110 extern int nf_conntrack_l4proto_register(struct nf_conntrack_l4proto *proto); 111 extern void nf_conntrack_l4proto_unregister(struct nf_conntrack_l4proto *proto); 122 #define LOG_INVALID(net, proto) \ argument 123 ((net)->ct.sysctl_log_invalid == (proto) || \ 126 #define LOG_INVALID(net, proto) \ argument 127 (((net)->ct.sysctl_log_invalid == (proto) || \ 132 static inline int LOG_INVALID(struct net *net, int proto) { return 0; } in LOG_INVALID() argument
|
D | nf_nat_protocol.h | 46 extern int nf_nat_protocol_register(const struct nf_nat_protocol *proto); 47 extern void nf_nat_protocol_unregister(const struct nf_nat_protocol *proto); 50 extern void nf_nat_proto_put(const struct nf_nat_protocol *proto);
|
D | nf_conntrack_l3proto.h | 73 extern int nf_conntrack_l3proto_register(struct nf_conntrack_l3proto *proto); 74 extern void nf_conntrack_l3proto_unregister(struct nf_conntrack_l3proto *proto);
|
/include/asm-mn10300/ |
D | checksum.h | 43 unsigned short proto, in csum_tcpudp_nofold() argument 49 tmp += (__wsum) proto << 8; in csum_tcpudp_nofold() 70 unsigned short proto, in csum_tcpudp_magic() argument 73 return csum_fold(csum_tcpudp_nofold(saddr, daddr, len, proto, sum)); in csum_tcpudp_magic()
|
/include/linux/netfilter/ |
D | xt_policy.h | 24 proto:1, member 59 u_int8_t proto; member
|
/include/linux/netfilter_ipv4/ |
D | ipt_ECN.h | 28 } proto; member
|
D | ipt_ecn.h | 30 } proto; member
|