Searched defs:proto (Results 26 - 39 of 39) sorted by relevance

12

/include/linux/
H A Darcdevice.h222 struct ArcProto *proto; /* protocol driver that owns this: member in struct:Outgoing
331 void arcnet_unregister_proto(struct ArcProto *proto);
H A Dmod_devicetable.h217 __u8 proto; member in struct:serio_device_id
H A Dskbuff.h2997 static inline __wsum null_compute_pseudo(struct sk_buff *skb, int proto) argument
3012 #define __skb_checksum_validate(skb, proto, complete, \
3019 complete, compute_pseudo(skb, proto)); \
3023 #define skb_checksum_init(skb, proto, compute_pseudo) \
3024 __skb_checksum_validate(skb, proto, false, false, 0, compute_pseudo)
3026 #define skb_checksum_init_zero_check(skb, proto, check, compute_pseudo) \
3027 __skb_checksum_validate(skb, proto, false, true, check, compute_pseudo)
3029 #define skb_checksum_validate(skb, proto, compute_pseudo) \
3030 __skb_checksum_validate(skb, proto, true, false, 0, compute_pseudo)
3032 #define skb_checksum_validate_zero_check(skb, proto, chec
[all...]
H A Dnetdevice.h841 * int (*ndo_vlan_rx_add_vid)(struct net_device *dev, __be16 proto, u16t vid);
1040 __be16 proto, u16 vid);
1042 __be16 proto, u16 vid);
1891 u16 proto; member in struct:napi_gro_cb
2221 #define __skb_gro_checksum_validate(skb, proto, zero_okay, check, \
2227 compute_pseudo(skb, proto)); \
2235 #define skb_gro_checksum_validate(skb, proto, compute_pseudo) \
2236 __skb_gro_checksum_validate(skb, proto, false, 0, compute_pseudo)
2238 #define skb_gro_checksum_validate_zero_check(skb, proto, check, \
2240 __skb_gro_checksum_validate(skb, proto, tru
[all...]
/include/net/
H A Dflow.h89 __u8 proto, __u8 flags,
99 fl4->flowi4_proto = proto;
87 flowi4_init_output(struct flowi4 *fl4, int oif, __u32 mark, __u8 tos, __u8 scope, __u8 proto, __u8 flags, __be32 daddr, __be32 saddr, __be16 dport, __be16 sport, kuid_t uid) argument
H A Dip.h349 static inline __wsum inet_compute_pseudo(struct sk_buff *skb, int proto) argument
352 skb->len, proto, 0);
368 static inline __wsum inet_gro_compute_pseudo(struct sk_buff *skb, int proto) argument
373 skb_gro_len(skb), proto, 0);
H A Dxfrm.h43 #define MODULE_ALIAS_XFRM_TYPE(family, proto) \
44 MODULE_ALIAS("xfrm-type-" __stringify(family) "-" __stringify(proto))
92 2. ->id.proto Protocol: AH/ESP/IPCOMP
104 with appropriate mode/proto/algo, permitted by selector.
122 u8 proto; member in struct:xfrm_state_walk
258 u32 proto; member in union:km_event::__anon1383
322 unsigned int proto; member in struct:xfrm_state_afinfo
367 u8 proto; member in struct:xfrm_type
476 * proto - AH/ESP/IPCOMP
572 u8 proto; member in struct:xfrm_migrate
778 xfrm_audit_state_icvfail(struct xfrm_state *x, struct sk_buff *skb, u8 proto) argument
1309 xfrm_id_proto_match(u8 proto, u8 userproto) argument
[all...]
H A Dsock.h127 struct proto;
192 struct proto *skc_prot;
291 * @sk_cgrp: this socket's cgroup-specific proto data
395 struct proto *sk_prot_creator;
937 struct proto { struct
1075 * proto_cgroup in struct proto, but that means polluting the structure
1081 int proto_register(struct proto *prot, int alloc_slab);
1082 void proto_unregister(struct proto *prot);
1121 static inline struct cg_proto *parent_cg_proto(struct proto *proto, argument
1129 parent_cg_proto(struct proto *proto, struct cg_proto *cg_proto) argument
[all...]
/include/uapi/linux/
H A Dif_bridge.h187 __be16 proto; member in struct:br_mdb_entry::__anon1829
H A Drtnetlink.h403 __u8 proto; member in struct:rta_session
H A Dxfrm.h25 __u8 proto; member in struct:xfrm_id
56 __u8 proto; member in struct:xfrm_selector
386 __u8 proto; member in struct:xfrm_usersa_id
447 __u8 proto; member in struct:xfrm_usersa_flush
451 __u8 proto; member in struct:xfrm_user_report
469 __u8 proto; member in struct:xfrm_user_migrate
H A Dethtool.h728 * @proto: Transport protocol number; mask must be 0
736 __u8 proto; member in struct:ethtool_usrip4_spec
/include/uapi/sound/
H A Dasound.h397 unsigned int proto; /* protocol version */ member in struct:snd_pcm_sw_params
398 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */
/include/net/bluetooth/
H A Dhci.h1797 __u16 proto; member in struct:hci_ev_si_security

Completed in 276 milliseconds

12