Searched refs:tipc_gap_ack_blks (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.h | 145 u16 tipc_get_gap_ack_blks(struct tipc_gap_ack_blks **ga, struct tipc_link *l, 148 struct tipc_gap_ack_blks *ga,
|
H A D | link.c | 220 struct tipc_gap_ack_blks *last_ga; 277 static u8 __tipc_build_gap_ack_blks(struct tipc_gap_ack_blks *ga, 282 struct tipc_gap_ack_blks *ga, 1438 u16 tipc_get_gap_ack_blks(struct tipc_gap_ack_blks **ga, struct tipc_link *l, in tipc_get_gap_ack_blks() 1441 struct tipc_gap_ack_blks *p; in tipc_get_gap_ack_blks() 1446 p = (struct tipc_gap_ack_blks *)msg_data(hdr); in tipc_get_gap_ack_blks() 1469 static u8 __tipc_build_gap_ack_blks(struct tipc_gap_ack_blks *ga, in __tipc_build_gap_ack_blks() 1512 * as found at the struct tipc_gap_ack_blks definition. 1519 struct tipc_gap_ack_blks *ga; in tipc_build_gap_ack_blks() 1522 ga = (struct tipc_gap_ack_blks *)msg_dat in tipc_build_gap_ack_blks() [all...] |
H A D | msg.h | 165 /* struct tipc_gap_ack_blks 186 struct tipc_gap_ack_blks { struct 197 #define MAX_GAP_ACK_BLKS_SZ (sizeof(struct tipc_gap_ack_blks) + \
|
H A D | bcast.c | 503 struct tipc_gap_ack_blks *ga; in tipc_bcast_sync_rcv()
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | link.h | 145 u16 tipc_get_gap_ack_blks(struct tipc_gap_ack_blks **ga, struct tipc_link *l, 148 struct tipc_gap_ack_blks *ga,
|
H A D | link.c | 192 struct tipc_gap_ack_blks *last_ga; 249 static u8 __tipc_build_gap_ack_blks(struct tipc_gap_ack_blks *ga, 254 struct tipc_gap_ack_blks *ga, 1402 u16 tipc_get_gap_ack_blks(struct tipc_gap_ack_blks **ga, struct tipc_link *l, in tipc_get_gap_ack_blks() 1405 struct tipc_gap_ack_blks *p; in tipc_get_gap_ack_blks() 1410 p = (struct tipc_gap_ack_blks *)msg_data(hdr); in tipc_get_gap_ack_blks() 1433 static u8 __tipc_build_gap_ack_blks(struct tipc_gap_ack_blks *ga, in __tipc_build_gap_ack_blks() 1476 * as found at the struct tipc_gap_ack_blks definition. 1483 struct tipc_gap_ack_blks *ga; in tipc_build_gap_ack_blks() 1486 ga = (struct tipc_gap_ack_blks *)msg_dat in tipc_build_gap_ack_blks() [all...] |
H A D | msg.h | 165 /* struct tipc_gap_ack_blks 186 struct tipc_gap_ack_blks { struct 197 #define MAX_GAP_ACK_BLKS_SZ (sizeof(struct tipc_gap_ack_blks) + \
|
H A D | bcast.c | 503 struct tipc_gap_ack_blks *ga; in tipc_bcast_sync_rcv()
|
Completed in 14 milliseconds