Home
last modified time | relevance | path

Searched refs:TIPC_SKB_CB (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/net/tipc/
H A Dmsg.c158 TIPC_SKB_CB(head)->tail = NULL; in tipc_buf_append()
168 tail = TIPC_SKB_CB(head)->tail; in tipc_buf_append()
176 TIPC_SKB_CB(head)->tail = frag; in tipc_buf_append()
180 TIPC_SKB_CB(head)->validated = 0; in tipc_buf_append()
184 TIPC_SKB_CB(head)->tail = NULL; in tipc_buf_append()
272 if (unlikely(TIPC_SKB_CB(skb)->validated)) in tipc_msg_validate()
296 TIPC_SKB_CB(skb)->validated = 1; in tipc_msg_validate()
H A Dcrypto.c780 TIPC_SKB_CB(skb)->crypto_ctx = ctx; in tipc_aead_encrypt()
833 TIPC_SKB_CB(skb)->crypto_ctx = NULL; in tipc_aead_encrypt()
840 struct tipc_crypto_tx_ctx *tx_ctx = TIPC_SKB_CB(skb)->crypto_ctx; in tipc_aead_encrypt_done()
909 TIPC_SKB_CB(skb)->crypto_ctx = ctx; in tipc_aead_decrypt()
957 TIPC_SKB_CB(skb)->crypto_ctx = NULL; in tipc_aead_decrypt()
964 struct tipc_crypto_rx_ctx *rx_ctx = TIPC_SKB_CB(skb)->crypto_ctx; in tipc_aead_decrypt_done()
1319 struct tipc_skb_cb *skb_cb = TIPC_SKB_CB(skb); in tipc_crypto_key_pick_tx()
1654 TIPC_SKB_CB(skb)->xmit_type = type; in tipc_crypto_clone_msg()
1710 if (TIPC_SKB_CB(*skb)->xmit_type == SKB_PROBING) { in tipc_crypto_xmit()
1725 if (TIPC_SKB_CB(*sk in tipc_crypto_xmit()
[all...]
H A Dlink.c883 TIPC_SKB_CB(skb)->chain_imp = msg_importance(hdr); in link_schedule_user()
911 imp = TIPC_SKB_CB(skb)->chain_imp; in link_prepare_wakeup()
935 TIPC_SKB_CB(skb)->nxt_retr = TIPC_BC_RETR_LIM; in tipc_link_set_skb_retransmit_time()
937 TIPC_SKB_CB(skb)->nxt_retr = TIPC_UC_RETR_TIME; in tipc_link_set_skb_retransmit_time()
1062 TIPC_SKB_CB(skb)->ackers = l->ackers; in tipc_link_xmit()
1164 TIPC_SKB_CB(skb)->ackers = l->ackers; in tipc_link_advance_backlog()
1193 if (!TIPC_SKB_CB(skb)->retr_cnt) in link_retransmit_failure()
1196 if (!time_after(jiffies, TIPC_SKB_CB(skb)->retr_stamp + in link_retransmit_failure()
1211 jiffies_to_msecs(TIPC_SKB_CB(skb)->retr_stamp), in link_retransmit_failure()
1212 TIPC_SKB_CB(sk in link_retransmit_failure()
[all...]
H A Dtrace.c66 skbcb = TIPC_SKB_CB(skb); in tipc_skb_dump()
H A Dgroup.c523 TIPC_SKB_CB(skb)->orig_member = m->instance; in tipc_group_filter_msg()
698 TIPC_SKB_CB(skb)->orig_member = m->instance; in tipc_group_create_event()
H A Dsocket.c557 if (skb && TIPC_SKB_CB(skb)->bytes_read) { in __tipc_shutdown()
1712 srcaddr->member.addr.name.name.instance = TIPC_SKB_CB(skb)->orig_member; in tipc_sk_set_orig_addr()
1915 skb_cb = TIPC_SKB_CB(skb); in tipc_recvmsg()
2044 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream()
2345 TIPC_SKB_CB(skb)->bytes_read = 0; in tipc_sk_filter_rcv()
H A Dudp_media.c383 TIPC_SKB_CB(skb)->flags = 0; in tipc_udp_recv()
H A Dmsg.h146 #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) macro
H A Dbearer.c649 TIPC_SKB_CB(skb)->flags = 0; in tipc_l2_rcv_msg()
H A Dnode.c2068 if (TIPC_SKB_CB(skb)->decrypted || !tipc_ehdr_validate(skb)) in tipc_rcv()
/kernel/linux/linux-6.6/net/tipc/
H A Dmsg.c152 TIPC_SKB_CB(head)->tail = NULL; in tipc_buf_append()
162 tail = TIPC_SKB_CB(head)->tail; in tipc_buf_append()
170 TIPC_SKB_CB(head)->tail = frag; in tipc_buf_append()
174 TIPC_SKB_CB(head)->validated = 0; in tipc_buf_append()
178 TIPC_SKB_CB(head)->tail = NULL; in tipc_buf_append()
267 if (unlikely(TIPC_SKB_CB(skb)->validated)) in tipc_msg_validate()
291 TIPC_SKB_CB(skb)->validated = 1; in tipc_msg_validate()
H A Dcrypto.c776 TIPC_SKB_CB(skb)->crypto_ctx = ctx; in tipc_aead_encrypt()
829 TIPC_SKB_CB(skb)->crypto_ctx = NULL; in tipc_aead_encrypt()
836 struct tipc_crypto_tx_ctx *tx_ctx = TIPC_SKB_CB(skb)->crypto_ctx; in tipc_aead_encrypt_done()
905 TIPC_SKB_CB(skb)->crypto_ctx = ctx; in tipc_aead_decrypt()
953 TIPC_SKB_CB(skb)->crypto_ctx = NULL; in tipc_aead_decrypt()
960 struct tipc_crypto_rx_ctx *rx_ctx = TIPC_SKB_CB(skb)->crypto_ctx; in tipc_aead_decrypt_done()
1315 struct tipc_skb_cb *skb_cb = TIPC_SKB_CB(skb); in tipc_crypto_key_pick_tx()
1650 TIPC_SKB_CB(skb)->xmit_type = type; in tipc_crypto_clone_msg()
1706 if (TIPC_SKB_CB(*skb)->xmit_type == SKB_PROBING) { in tipc_crypto_xmit()
1721 if (TIPC_SKB_CB(*sk in tipc_crypto_xmit()
[all...]
H A Dlink.c918 TIPC_SKB_CB(skb)->chain_imp = msg_importance(hdr); in link_schedule_user()
946 imp = TIPC_SKB_CB(skb)->chain_imp; in link_prepare_wakeup()
970 TIPC_SKB_CB(skb)->nxt_retr = TIPC_BC_RETR_LIM; in tipc_link_set_skb_retransmit_time()
972 TIPC_SKB_CB(skb)->nxt_retr = TIPC_UC_RETR_TIME; in tipc_link_set_skb_retransmit_time()
1097 TIPC_SKB_CB(skb)->ackers = l->ackers; in tipc_link_xmit()
1199 TIPC_SKB_CB(skb)->ackers = l->ackers; in tipc_link_advance_backlog()
1228 if (!TIPC_SKB_CB(skb)->retr_cnt) in link_retransmit_failure()
1231 if (!time_after(jiffies, TIPC_SKB_CB(skb)->retr_stamp + in link_retransmit_failure()
1246 jiffies_to_msecs(TIPC_SKB_CB(skb)->retr_stamp), in link_retransmit_failure()
1247 TIPC_SKB_CB(sk in link_retransmit_failure()
[all...]
H A Dtrace.c66 skbcb = TIPC_SKB_CB(skb); in tipc_skb_dump()
H A Dgroup.c524 TIPC_SKB_CB(skb)->orig_member = m->instance; in tipc_group_filter_msg()
699 TIPC_SKB_CB(skb)->orig_member = m->instance; in tipc_group_create_event()
H A Dsocket.c571 if (skb && TIPC_SKB_CB(skb)->bytes_read) { in __tipc_shutdown()
1722 srcaddr->member.addr.name.name.instance = TIPC_SKB_CB(skb)->orig_member; in tipc_sk_set_orig_addr()
1917 skb_cb = TIPC_SKB_CB(skb); in tipc_recvmsg()
2047 skb_cb = TIPC_SKB_CB(skb); in tipc_recvstream()
2350 TIPC_SKB_CB(skb)->bytes_read = 0; in tipc_sk_filter_rcv()
H A Dudp_media.c389 TIPC_SKB_CB(skb)->flags = 0; in tipc_udp_recv()
H A Dmsg.h146 #define TIPC_SKB_CB(__skb) ((struct tipc_skb_cb *)&((__skb)->cb[0])) macro
H A Dbearer.c663 TIPC_SKB_CB(skb)->flags = 0; in tipc_l2_rcv_msg()
H A Dnode.c2099 if (TIPC_SKB_CB(skb)->decrypted || !tipc_ehdr_validate(skb)) in tipc_rcv()

Completed in 48 milliseconds