Searched refs:is_sup (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/hsr/
H A Dhsr_framereg.h34 struct sk_buff *skb, bool is_sup,
68 void prp_update_san_info(struct hsr_node *node, bool is_sup);
H A Dhsr_main.h182 void (*update_san_info)(struct hsr_node *node, bool is_sup);
256 bool is_sup)
261 if (is_sup) {
254 prp_check_lsdu_size(struct sk_buff *skb, struct prp_rct *rct, bool is_sup) argument
H A Dhsr_framereg.c186 void prp_update_san_info(struct hsr_node *node, bool is_sup) argument
188 if (!is_sup)
198 struct sk_buff *skb, bool is_sup,
216 hsr->proto_ops->update_san_info(node, is_sup);
221 hsr->proto_ops->update_san_info(node, is_sup);
241 if (rct && prp_check_lsdu_size(skb, rct, is_sup)) {
197 hsr_get_node(struct hsr_port *port, struct list_head *node_db, struct sk_buff *skb, bool is_sup, enum hsr_port_type rx_port) argument

Completed in 189 milliseconds