Searched defs:nsh (Results 1 – 8 of 8) sorted by relevance
/linux/include/net/ |
H A D | nsh.h | 260 static inline u16 nsh_hdr_len(const struct nshhdr *nsh) in nsh_hdr_len() 266 static inline u8 nsh_get_ver(const struct nshhdr *nsh) in nsh_get_ver() 272 static inline u8 nsh_get_flags(const struct nshhdr *nsh) in nsh_get_flags() 278 static inline u8 nsh_get_ttl(const struct nshhdr *nsh) in nsh_get_ttl() 284 static inline void __nsh_set_xflag(struct nshhdr *nsh, u16 xflag, u16 xmask) in __nsh_set_xflag() 290 static inline void nsh_set_flags_and_ttl(struct nshhdr *nsh, u8 flags, u8 ttl) in nsh_set_flags_and_ttl() 297 static inline void nsh_set_flags_ttl_len(struct nshhdr *nsh, u8 flags, in nsh_set_flags_ttl_len()
|
/linux/drivers/bluetooth/ |
H A D | dtl1_cs.c | 97 struct nsh { struct 98 u8 type; 99 u8 zero; 100 u16 len; 205 struct nsh *nsh; in dtl1_receive() local 388 struct nsh nsh; in dtl1_hci_send_frame() local
|
/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek_ptp.c | 33 u16 nsl, nsh; in hellcreek_ptp_clock_read() local 108 u16 secl, nsh, nsl; in hellcreek_ptp_settime() local
|
H A D | hellcreek_hwtstamp.c | 202 u16 nsl, nsh; in hellcreek_ptp_hwtstamp_read() local
|
/linux/arch/riscv/kvm/ |
H A D | aia.c | 140 void *nsh; in kvm_riscv_vcpu_aia_load() local 172 void *nsh; in kvm_riscv_vcpu_aia_put() local
|
/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | tlb.c | 21 bool nsh) in enter_vmid_context()
|
/linux/net/openvswitch/ |
H A D | flow.h | 155 struct ovs_key_nsh nsh; /* network service header */ member
|
H A D | flow_netlink.c | 1363 struct ovs_key_nsh *nsh, struct ovs_key_nsh *nsh_mask) in nsh_key_from_nlattr() 1996 static int nsh_key_to_nlattr(const struct ovs_key_nsh *nsh, bool is_mask, in nsh_key_to_nlattr()
|