Searched refs:m_snd_tag (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | if_dead.c | 107 struct m_snd_tag **ppmt) in ifdead_snd_tag_alloc() 113 ifdead_snd_tag_modify(struct m_snd_tag *pmt, union if_snd_tag_modify_params *params) in ifdead_snd_tag_modify() 119 ifdead_snd_tag_query(struct m_snd_tag *pmt, union if_snd_tag_query_params *params) in ifdead_snd_tag_query() 125 ifdead_snd_tag_free(struct m_snd_tag *pmt) in ifdead_snd_tag_free()
|
| H A D | if_var.h | 189 struct m_snd_tag; 277 struct m_snd_tag **); 278 typedef int (if_snd_tag_modify_t)(struct m_snd_tag *, union if_snd_tag_modify_params *); 279 typedef int (if_snd_tag_query_t)(struct m_snd_tag *, union if_snd_tag_query_params *); 280 typedef void (if_snd_tag_free_t)(struct m_snd_tag *);
|
| H A D | if_vlan.c | 119 struct m_snd_tag com; 120 struct m_snd_tag *tag; 124 mst_to_vst(struct m_snd_tag *mst) in mst_to_vst() 293 static int vlan_snd_tag_modify(struct m_snd_tag *, 295 static int vlan_snd_tag_query(struct m_snd_tag *, 297 static void vlan_snd_tag_free(struct m_snd_tag *); 1193 struct m_snd_tag *mst; in vlan_transmit() 2063 struct m_snd_tag **ppmt) in vlan_snd_tag_alloc() 2104 vlan_snd_tag_modify(struct m_snd_tag *mst, in vlan_snd_tag_modify() 2114 vlan_snd_tag_query(struct m_snd_tag *mst, in vlan_snd_tag_query() [all …]
|
| H A D | if_lagg.c | 105 struct m_snd_tag com; 106 struct m_snd_tag *tag; 148 struct m_snd_tag **); 149 static int lagg_snd_tag_modify(struct m_snd_tag *, 151 static int lagg_snd_tag_query(struct m_snd_tag *, 1741 mst_to_lst(struct m_snd_tag *mst) in mst_to_lst() 1792 struct m_snd_tag **ppmt) in lagg_snd_tag_alloc() 1838 lagg_snd_tag_modify(struct m_snd_tag *mst, in lagg_snd_tag_modify() 1848 lagg_snd_tag_query(struct m_snd_tag *mst, in lagg_snd_tag_query() 1858 lagg_snd_tag_free(struct m_snd_tag *mst) in lagg_snd_tag_free() [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_ratelimit.h | 37 struct m_snd_tag; 45 struct m_snd_tag *tag; /* Send tag if needed (chelsio) */
|
| H A D | in_pcb.h | 230 struct m_snd_tag; 286 struct m_snd_tag *inp_snd_tag; /* (i) send tag for outgoing mbufs */ 886 uint32_t, struct m_snd_tag **); 888 void in_pcbdetach_tag(struct m_snd_tag *);
|
| H A D | in_pcb.c | 3350 struct m_snd_tag *mst; in in_pcbmodify_txrtlmt() 3378 struct m_snd_tag *mst; in in_pcbquery_txrtlmt() 3408 struct m_snd_tag *mst; in in_pcbquery_txrlevel() 3435 uint32_t flowtype, uint32_t flowid, uint32_t max_pacing_rate, struct m_snd_tag **st) in in_pcbattach_txrtlmt() 3471 in_pcbdetach_tag(struct m_snd_tag *mst) in in_pcbdetach_tag() 3487 struct m_snd_tag *mst; in in_pcbdetach_txrtlmt()
|
| H A D | tcp_ratelimit.c | 456 struct m_snd_tag **tag) in rl_attach_txrtlmt() 998 struct m_snd_tag *tag; in rt_find_real_interface()
|
| H A D | ip_output.c | 219 struct m_snd_tag *mst; in ip_output_send()
|
| /f-stack/freebsd/sys/ |
| H A D | ktls.h | 170 struct m_snd_tag; 196 struct m_snd_tag *snd_tag;
|
| H A D | mbuf.h | 141 struct m_snd_tag { struct 156 struct m_snd_tag *snd_tag; /* send tag, if any */ argument 839 union if_snd_tag_alloc_params *, struct m_snd_tag **); 840 void m_snd_tag_init(struct m_snd_tag *, struct ifnet *, u_int); 841 void m_snd_tag_destroy(struct m_snd_tag *); 1412 static inline struct m_snd_tag * 1413 m_snd_tag_ref(struct m_snd_tag *mst) in m_snd_tag_ref() 1421 m_snd_tag_rele(struct m_snd_tag *mst) in m_snd_tag_rele()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | in_pcb.h | 230 struct m_snd_tag; 286 struct m_snd_tag *inp_snd_tag; /* (i) send tag for outgoing mbufs */ 886 uint32_t, struct m_snd_tag **); 888 void in_pcbdetach_tag(struct m_snd_tag *);
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_ktls.c | 801 struct m_snd_tag **mstp) in ktls_alloc_snd_tag() 895 struct m_snd_tag *mst; in ktls_try_ifnet() 1311 struct m_snd_tag *old, *new; in ktls_reset_send_tag() 1417 struct m_snd_tag *mst; in ktls_modify_txrtlmt()
|
| H A D | kern_mbuf.c | 1543 struct m_snd_tag **mstp) in m_snd_tag_alloc() 1552 m_snd_tag_init(struct m_snd_tag *mst, struct ifnet *ifp, u_int type) in m_snd_tag_init() 1563 m_snd_tag_destroy(struct m_snd_tag *mst) in m_snd_tag_destroy()
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_output.c | 332 struct m_snd_tag *mst; in ip6_output_send()
|