Home
last modified time | relevance | path

Searched refs:move_from (Results 1 – 1 of 1) sorted by relevance

/net/core/
Dfilter.c2694 u32 move_from; in BPF_CALL_4() local
2697 move_from = i + shift - NR_MSG_FRAG_IDS; in BPF_CALL_4()
2699 move_from = i + shift; in BPF_CALL_4()
2700 if (move_from == msg->sg.end) in BPF_CALL_4()
2703 msg->sg.data[i] = msg->sg.data[move_from]; in BPF_CALL_4()
2704 msg->sg.data[move_from].length = 0; in BPF_CALL_4()
2705 msg->sg.data[move_from].page_link = 0; in BPF_CALL_4()
2706 msg->sg.data[move_from].offset = 0; in BPF_CALL_4()