Searched refs:cc_ccm_tx_info (Results 1 – 2 of 2) sorted by relevance
279 mep->cc_ccm_tx_info.period = 0; in ccm_tx_work_expired()283 skb = ccm_frame_build(mep, &mep->cc_ccm_tx_info); in ccm_tx_work_expired()772 if (memcmp(tx_info, &mep->cc_ccm_tx_info, sizeof(*tx_info)) == 0) { in br_cfm_cc_ccm_tx()774 if (mep->cc_ccm_tx_info.period == 0) in br_cfm_cc_ccm_tx()784 if (tx_info->period == 0 && mep->cc_ccm_tx_info.period == 0) in br_cfm_cc_ccm_tx()788 if (tx_info->period != 0 && mep->cc_ccm_tx_info.period != 0) { in br_cfm_cc_ccm_tx()798 if (tx_info->period == 0 && mep->cc_ccm_tx_info.period != 0) { in br_cfm_cc_ccm_tx()816 mep->cc_ccm_tx_info = *tx_info; in br_cfm_cc_ccm_tx()
124 struct br_cfm_cc_ccm_tx_info cc_ccm_tx_info; member