Home
last modified time | relevance | path

Searched defs:bearer_id (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Ddiscover.c63 u32 bearer_id; member
299 u32 bearer_id; in tipc_disc_timeout() local
H A Dbearer.c62 static struct tipc_bearer *bearer_get(struct net *net, int bearer_id) in bearer_get() argument
192 int tipc_bearer_get_name(struct net *net, char *name, u32 bearer_id) in tipc_bearer_get_name() argument
208 void tipc_bearer_add_dest(struct net *net, u32 bearer_id, u32 dest) in tipc_bearer_add_dest() argument
220 void tipc_bearer_remove_dest(struct net *net, u32 bearer_id, u32 dest) in tipc_bearer_remove_dest() argument
246 int bearer_id = 0; tipc_enable_bearer() local
394 int bearer_id = b->identity; bearer_disable() local
502 tipc_bearer_bcast_support(struct net *net, u32 bearer_id) tipc_bearer_bcast_support() argument
515 tipc_bearer_mtu(struct net *net, u32 bearer_id) tipc_bearer_mtu() argument
528 tipc_bearer_min_mtu(struct net *net, u32 bearer_id) tipc_bearer_min_mtu() argument
543 tipc_bearer_xmit_skb(struct net *net, u32 bearer_id, struct sk_buff *skb, struct tipc_media_addr *dest) tipc_bearer_xmit_skb() argument
566 tipc_bearer_xmit(struct net *net, u32 bearer_id, struct sk_buff_head *xmitq, struct tipc_media_addr *dst, struct tipc_node *__dnode) tipc_bearer_xmit() argument
598 tipc_bearer_bc_xmit(struct net *net, u32 bearer_id, struct sk_buff_head *xmitq) tipc_bearer_bc_xmit() argument
[all...]
H A Dbcast.c147 void tipc_bcast_inc_bearer_dst_cnt(struct net *net, int bearer_id) in tipc_bcast_inc_bearer_dst_cnt() argument
157 void tipc_bcast_dec_bearer_dst_cnt(struct net *net, int bearer_id) in tipc_bcast_dec_bearer_dst_cnt() argument
179 int bearer_id; in tipc_bcbase_xmit() local
[all...]
H A Dmonitor.c100 static struct tipc_monitor *tipc_monitor(struct net *net, int bearer_id) in tipc_monitor() argument
165 static struct tipc_peer *get_self(struct net *net, int bearer_id) in get_self() argument
322 void tipc_mon_remove_peer(struct net *net, u32 addr, int bearer_id) in tipc_mon_remove_peer() argument
392 void tipc_mon_peer_up(struct net *net, u32 addr, int bearer_id) in tipc_mon_peer_up() argument
411 tipc_mon_peer_down(struct net *net, u32 addr, int bearer_id) tipc_mon_peer_down() argument
450 tipc_mon_rcv(struct net *net, void *data, u16 dlen, u32 addr, struct tipc_mon_state *state, int bearer_id) tipc_mon_rcv() argument
535 tipc_mon_prep(struct net *net, void *data, int *dlen, struct tipc_mon_state *state, int bearer_id) tipc_mon_prep() argument
568 tipc_mon_get_state(struct net *net, u32 addr, struct tipc_mon_state *state, int bearer_id) tipc_mon_get_state() argument
616 tipc_mon_create(struct net *net, int bearer_id) tipc_mon_create() argument
651 tipc_mon_delete(struct net *net, int bearer_id) tipc_mon_delete() argument
681 int bearer_id; tipc_mon_reinit_self() local
766 tipc_nl_add_monitor_peer(struct net *net, struct tipc_nl_msg *msg, u32 bearer_id, u32 *prev_node) tipc_nl_add_monitor_peer() argument
795 __tipc_nl_add_monitor(struct net *net, struct tipc_nl_msg *msg, u32 bearer_id) __tipc_nl_add_monitor() argument
[all...]
H A Dnode.c190 int bearer_id = n->active_links[sel & 1]; in node_active_link() local
201 int bearer_id; in tipc_node_get_mtu() local
390 u32 bearer_id; in tipc_node_write_unlock() local
462 int bearer_id; tipc_node_create() local
793 int bearer_id; tipc_node_timeout() local
839 __tipc_node_link_up(struct tipc_node *n, int bearer_id, struct sk_buff_head *xmitq) __tipc_node_link_up() argument
905 tipc_node_link_up(struct tipc_node *n, int bearer_id, struct sk_buff_head *xmitq) tipc_node_link_up() argument
963 __tipc_node_link_down(struct tipc_node *n, int *bearer_id, struct sk_buff_head *xmitq, struct tipc_media_addr **maddr) __tipc_node_link_down() argument
1037 tipc_node_link_down(struct tipc_node *n, int bearer_id, bool delete) tipc_node_link_down() argument
1288 tipc_node_delete_links(struct net *net, int bearer_id) tipc_node_delete_links() argument
1541 tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 addr, char *linkname, size_t len) tipc_node_get_linkname() argument
1668 int bearer_id; tipc_node_xmit() local
1806 tipc_node_bc_sync_rcv(struct tipc_node *n, struct tipc_msg *hdr, int bearer_id, struct sk_buff_head *xmitq) tipc_node_bc_sync_rcv() argument
1842 tipc_node_bc_rcv(struct net *net, struct sk_buff *skb, int bearer_id) tipc_node_bc_rcv() argument
1901 tipc_node_check_state(struct tipc_node *n, struct sk_buff *skb, int bearer_id, struct sk_buff_head *xmitq) tipc_node_check_state() argument
2060 int bearer_id = b->identity; tipc_rcv() local
2179 int bearer_id = b->identity; tipc_node_apply_property() local
2340 tipc_node_find_by_name(struct net *net, const char *link_name, unsigned int *bearer_id) tipc_node_find_by_name() argument
2375 int bearer_id; tipc_nl_node_set_link() local
2486 int bearer_id; tipc_nl_node_get_link() local
2521 unsigned int bearer_id; tipc_nl_node_reset_link_stats() local
2794 int bearer_id; tipc_nl_node_dump_monitor() local
2821 u32 bearer_id = cb->args[2]; tipc_nl_node_dump_monitor_peer() local
[all...]
H A Dlink.c135 u32 bearer_id; member
469 bool tipc_link_create(struct net *net, char *if_name, int bearer_id, in tipc_link_create() argument
[all...]
/kernel/linux/linux-6.6/net/tipc/
H A Ddiscover.c63 u32 bearer_id; member
300 u32 bearer_id; in tipc_disc_timeout() local
H A Dbearer.c62 static struct tipc_bearer *bearer_get(struct net *net, int bearer_id) in bearer_get() argument
196 int tipc_bearer_get_name(struct net *net, char *name, u32 bearer_id) in tipc_bearer_get_name() argument
212 void tipc_bearer_add_dest(struct net *net, u32 bearer_id, u32 dest) in tipc_bearer_add_dest() argument
223 void tipc_bearer_remove_dest(struct net *net, u32 bearer_id, u32 dest) in tipc_bearer_remove_dest() argument
254 int bearer_id = 0; tipc_enable_bearer() local
406 int bearer_id = b->identity; bearer_disable() local
516 tipc_bearer_bcast_support(struct net *net, u32 bearer_id) tipc_bearer_bcast_support() argument
529 tipc_bearer_mtu(struct net *net, u32 bearer_id) tipc_bearer_mtu() argument
542 tipc_bearer_min_mtu(struct net *net, u32 bearer_id) tipc_bearer_min_mtu() argument
557 tipc_bearer_xmit_skb(struct net *net, u32 bearer_id, struct sk_buff *skb, struct tipc_media_addr *dest) tipc_bearer_xmit_skb() argument
580 tipc_bearer_xmit(struct net *net, u32 bearer_id, struct sk_buff_head *xmitq, struct tipc_media_addr *dst, struct tipc_node *__dnode) tipc_bearer_xmit() argument
612 tipc_bearer_bc_xmit(struct net *net, u32 bearer_id, struct sk_buff_head *xmitq) tipc_bearer_bc_xmit() argument
[all...]
H A Dbcast.c147 void tipc_bcast_inc_bearer_dst_cnt(struct net *net, int bearer_id) in tipc_bcast_inc_bearer_dst_cnt() argument
157 void tipc_bcast_dec_bearer_dst_cnt(struct net *net, int bearer_id) in tipc_bcast_dec_bearer_dst_cnt() argument
179 int bearer_id; in tipc_bcbase_xmit() local
[all...]
H A Dmonitor.c100 static struct tipc_monitor *tipc_monitor(struct net *net, int bearer_id) in tipc_monitor() argument
195 static struct tipc_peer *get_self(struct net *net, int bearer_id) in get_self() argument
352 void tipc_mon_remove_peer(struct net *net, u32 addr, int bearer_id) in tipc_mon_remove_peer() argument
422 void tipc_mon_peer_up(struct net *net, u32 addr, int bearer_id) in tipc_mon_peer_up() argument
441 tipc_mon_peer_down(struct net *net, u32 addr, int bearer_id) tipc_mon_peer_down() argument
480 tipc_mon_rcv(struct net *net, void *data, u16 dlen, u32 addr, struct tipc_mon_state *state, int bearer_id) tipc_mon_rcv() argument
566 tipc_mon_prep(struct net *net, void *data, int *dlen, struct tipc_mon_state *state, int bearer_id) tipc_mon_prep() argument
599 tipc_mon_get_state(struct net *net, u32 addr, struct tipc_mon_state *state, int bearer_id) tipc_mon_get_state() argument
647 tipc_mon_create(struct net *net, int bearer_id) tipc_mon_create() argument
682 tipc_mon_delete(struct net *net, int bearer_id) tipc_mon_delete() argument
712 int bearer_id; tipc_mon_reinit_self() local
797 tipc_nl_add_monitor_peer(struct net *net, struct tipc_nl_msg *msg, u32 bearer_id, u32 *prev_node) tipc_nl_add_monitor_peer() argument
826 __tipc_nl_add_monitor(struct net *net, struct tipc_nl_msg *msg, u32 bearer_id) __tipc_nl_add_monitor() argument
[all...]
H A Dnode.c199 int bearer_id = n->active_links[sel & 1]; in node_active_link() local
210 int bearer_id; in tipc_node_get_mtu() local
406 u32 bearer_id, nod variable
478 int bearer_id; tipc_node_create() local
809 int bearer_id; tipc_node_timeout() local
858 __tipc_node_link_up(struct tipc_node *n, int bearer_id, struct sk_buff_head *xmitq) __tipc_node_link_up() argument
927 tipc_node_link_up(struct tipc_node *n, int bearer_id, struct sk_buff_head *xmitq) tipc_node_link_up() argument
990 __tipc_node_link_down(struct tipc_node *n, int *bearer_id, struct sk_buff_head *xmitq, struct tipc_media_addr **maddr) __tipc_node_link_down() argument
1064 tipc_node_link_down(struct tipc_node *n, int bearer_id, bool delete) tipc_node_link_down() argument
1315 tipc_node_delete_links(struct net *net, int bearer_id) tipc_node_delete_links() argument
1570 tipc_node_get_linkname(struct net *net, u32 bearer_id, u32 addr, char *linkname, size_t len) tipc_node_get_linkname() argument
1697 int bearer_id; tipc_node_xmit() local
1835 tipc_node_bc_sync_rcv(struct tipc_node *n, struct tipc_msg *hdr, int bearer_id, struct sk_buff_head *xmitq) tipc_node_bc_sync_rcv() argument
1871 tipc_node_bc_rcv(struct net *net, struct sk_buff *skb, int bearer_id) tipc_node_bc_rcv() argument
1932 tipc_node_check_state(struct tipc_node *n, struct sk_buff *skb, int bearer_id, struct sk_buff_head *xmitq) tipc_node_check_state() argument
2091 int bearer_id = b->identity; tipc_rcv() local
2210 int bearer_id = b->identity; tipc_node_apply_property() local
2386 tipc_node_find_by_name(struct net *net, const char *link_name, unsigned int *bearer_id) tipc_node_find_by_name() argument
2421 int bearer_id; tipc_nl_node_set_link() local
2532 int bearer_id; tipc_nl_node_get_link() local
2567 unsigned int bearer_id; tipc_nl_node_reset_link_stats() local
2840 int bearer_id; tipc_nl_node_dump_monitor() local
2867 u32 bearer_id = cb->args[2]; tipc_nl_node_dump_monitor_peer() local
[all...]
H A Dlink.c163 u32 bearer_id; member
498 bool tipc_link_create(struct net *net, char *if_name, int bearer_id, in tipc_link_create() argument
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dtipc.h227 __u32 bearer_id; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dtipc.h227 __u32 bearer_id; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dtipc.h133 __u32 bearer_id; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dtipc.h133 __u32 bearer_id; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dtipc.h118 __u32 bearer_id; member

Completed in 22 milliseconds